diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/stdlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/stdlib.h b/src/include/stdlib.h new file mode 100644 index 0000000..4dcabfb --- /dev/null +++ b/src/include/stdlib.h @@ -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 */ |