00001 #ifndef _UTIL_H_ 00002 #define _UTIL_H_ 00003 00004 ullint atoi_postfix(const char *nptr); 00005 00006 #endif