mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-03 11:25:34 +00:00
Moved strtoul prototype into stdlib.h for consistency
This commit is contained in:
6
src/include/stdlib.h
Normal file
6
src/include/stdlib.h
Normal 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 */
|
Reference in New Issue
Block a user