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

char *itoa( int v, char *s, int base );

#endif /* STDLIB_H */