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