mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
9 lines
146 B
C++
9 lines
146 B
C++
#ifndef _BOOTLOADER_ITOA_H_
|
|
#define _BOOTLOADER_ITOA_H_
|
|
|
|
namespace Utility {
|
|
extern int versionSum(const char * version, int length);
|
|
}
|
|
|
|
#endif
|