LibC: add better error string support

This commit is contained in:
Bananymous
2023-05-10 02:22:31 +03:00
parent d5ce4c9d2c
commit f43bfcb398
3 changed files with 62 additions and 64 deletions

View File

@@ -24,5 +24,7 @@ char* strchr(const char*, int);
char* strstr(const char*, const char*);
char* strerror(int);
const char* strerrorname_np(int);
const char* strerrordesc_np(int);
__END_DECLS