LibC: add better error string support
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user