mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-16 00:01:34 +00: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 */
|