blob: 1c087ee3fa207a67b2d331a57cb2294e0955b277 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#ifndef _LIB_C_
2#define _LIB_C_
3int xtoi(const char* xs, unsigned int* result);
4int xtoAddrptr(const char* xs, unsigned char* ptr);
5#endif