#ifndef STDLIB_H #define STDLIB_H extern unsigned long strtoul ( const char *p, const char **endp, int base ); #endif /* STDLIB_H */