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

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

#endif // STDLIB_H