Parent Directory
|
Revision Log
feat: add basic utilities and more system calls
1 | #include "errno.h" |
2 | |
3 | static int _errno = 0; |
4 | |
5 | int * |
6 | get_errno_location (void) |
7 | { |
8 | return &_errno; |
9 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |