/[osn-commons]/trunk/plibc/lib/errno.c
ViewVC logotype

Contents of /trunk/plibc/lib/errno.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Fri Aug 16 18:34:43 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 99 byte(s)
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