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