LibC: add better error string support

This commit is contained in:
Bananymous
2023-05-10 02:22:31 +03:00
parent 49fe3d0d4f
commit 480d92fce5
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