summaryrefslogblamecommitdiffstats
path: root/src/include/stdlib.h
blob: 4dd7e54c52c2197ae2fb3a7545fb6ac39e3bdf4a (plain) (tree)
1
2
3
4
5
6


                
                                                                      

                     
#ifndef STDLIB_H
#define STDLIB_H

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

#endif /* STDLIB_H */