Files
Upsilon/bootloader/utility.h
2022-04-25 18:22:19 +02:00

9 lines
146 B
C++

#ifndef _BOOTLOADER_ITOA_H_
#define _BOOTLOADER_ITOA_H_
namespace Utility {
extern int versionSum(const char * version, int length);
}
#endif