david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Moved strtoul prototype into stdlib.h for consistency

This commit is contained in:
Michael Brown 2005-04-30 13:48:48 +00:00
parent 044b20385b
commit 70567c51a2
1 changed files with 6 additions and 0 deletions

6
src/include/stdlib.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef STDLIB_H
#define STDLIB_H
extern unsigned long strtoul ( const char *p, const char **endp, int base );
#endif /* STDLIB_H */