Files
ipxe/src/include/stdlib.h

7 lines
129 B
C
Raw Normal View History

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