bringelle/src/libc/string.h

6 lines
69 B
C
Raw Normal View History

2021-04-09 10:29:23 +02:00
#ifndef STRING_H
#define STRING_H
void itoa(int i, char *a);
#endif