blob: 1c087ee3fa207a67b2d331a57cb2294e0955b277 [file] [log] [blame]
#ifndef _LIB_C_
#define _LIB_C_
int xtoi(const char* xs, unsigned int* result);
int xtoAddrptr(const char* xs, unsigned char* ptr);
#endif