mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 15:31:42 +03:00
7 lines
135 B
C
7 lines
135 B
C
|
|
#ifndef STDLIB_H
|
||
|
|
#define STDLIB_H
|
||
|
|
|
||
|
|
extern unsigned long strtoul ( const char *p, const char **endp, int base );
|
||
|
|
|
||
|
|
#endif /* STDLIB_H */
|