diff options
Diffstat (limited to 'os/stdlib/sdtlib.h')
| -rw-r--r-- | os/stdlib/sdtlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/stdlib/sdtlib.h b/os/stdlib/sdtlib.h index 85073d2..cdb1aff 100644 --- a/os/stdlib/sdtlib.h +++ b/os/stdlib/sdtlib.h @@ -1,2 +1,3 @@ char* int_to_str(int i); -int strcmp(const char *str1, const char *str2);
\ No newline at end of file +int strcmp(const char *str1, const char *str2); +void strcpy(const char* src, char* dest);
\ No newline at end of file |