util.h (115B)
1 #ifndef _UTIL_H_ 2 #define _UTIL_H_ 3 4 char *itoa(char *, int); 5 void *memset(void *, int, int); 6 7 #endif /* _UTIL_H_ */