mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
Tiny LibC things.
This commit is contained in:
parent
9e62eb4856
commit
8039a20611
Notes:
sideshowbarker
2024-07-19 18:33:33 +09:00
Author: https://github.com/awesomekling
Commit: 8039a20611
11 changed files with 6 additions and 2 deletions
|
@ -132,7 +132,7 @@ char* strncat(char *dest, const char *src, size_t n)
|
|||
return dest;
|
||||
}
|
||||
|
||||
const char* strerror(int errnum)
|
||||
char* strerror(int errnum)
|
||||
{
|
||||
switch (errnum) {
|
||||
case 0: return "No error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue