diff options
Diffstat (limited to 'src/libc/string.h')
| -rw-r--r-- | src/libc/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libc/string.h b/src/libc/string.h index 82106b2..c3d3614 100644 --- a/src/libc/string.h +++ b/src/libc/string.h @@ -1,6 +1,9 @@ #ifndef STRING_H #define STRING_H +/** + * Convert int to char + */ void itoa(int i, char *a); #endif
\ No newline at end of file |
