diff options
Diffstat (limited to 'libc/inc/str.h')
-rw-r--r-- | libc/inc/str.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inc/str.h b/libc/inc/str.h index 0ef49a6..d0a521f 100644 --- a/libc/inc/str.h +++ b/libc/inc/str.h @@ -17,4 +17,6 @@ int strncmp(const char *s1, const char *s2, u32 n); char *strinv(char *s); char *strdup(const char *s); +const char *strerror(u32 err); + #endif |