libc: Document functions in headers #11

Merged
asleepymoon merged 12 commits from descriptive_headers into main 2022-10-12 10:11:45 +00:00
Showing only changes of commit a3362429d3 - Show all commits

View File

@ -121,7 +121,7 @@ extern "C"
{ {
case EPERM: return "Operation not permitted"; case EPERM: return "Operation not permitted";
case EINVAL: return "Invalid argument"; case EINVAL: return "Invalid argument";
case ENOMEM: return "Out of memory"; case ENOMEM: return "Cannot allocate memory";
case ENOSYS: return "Function not implemented"; case ENOSYS: return "Function not implemented";
case ENOENT: return "No such file or directory"; case ENOENT: return "No such file or directory";
case EBADF: return "Bad file descriptor"; case EBADF: return "Bad file descriptor";