mirror of https://github.com/ipxe/ipxe.git
Moved strtoul prototype into stdlib.h for consistency
parent
044b20385b
commit
70567c51a2
|
@ -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 */
|
Loading…
Reference in New Issue