mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 10:13:14 +01:00
Initial commit
This commit is contained in:
8
tasks/libposix/errno.c
Normal file
8
tasks/libposix/errno.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <errno.h>
|
||||
|
||||
int errno;
|
||||
|
||||
int *__errno_location(void)
|
||||
{
|
||||
return &errno;
|
||||
}
|
||||
Reference in New Issue
Block a user