mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 11:45:05 +01:00
7 lines
No EOL
110 B
C
7 lines
No EOL
110 B
C
//@ignore doens't initialize fs yet
|
|
#include<errno.h>
|
|
|
|
int main(void) {
|
|
int err = errno;
|
|
return err;
|
|
} |