aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/stdlib.h
blob: 4dcabfb6582529d430029757495d6e036f2105b1 (plain)
1
2
3
4
5
6
#ifndef STDLIB_H
#define STDLIB_H

extern unsigned long strtoul ( const char *p, const char **endp, int base );

#endif /* STDLIB_H */