2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 07:41:45 +00:00
xNBA/src/include/stdlib.h
2006-04-30 11:45:38 +00:00

7 lines
129 B
C

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