This website requires JavaScript.
Explore
Help
Sign In
auravulpes
/
FENIX_coreutils
Watch
1
Star
0
Fork
You've already forked FENIX_coreutils
0
Code
Issues
7
Pull requests
Projects
Releases
Wiki
Activity
c521a7c2e3
FENIX_coreutils
/
false.c
6 lines
61 B
C
Raw
Normal View
History
Unescape
Escape
Properly set stuff up (defined _POSIX_C_SOURCE)
2020-12-12 06:33:20 +00:00
#
define _POSIX_C_SOURCE 200809L
Readded some POSIX utils I'd written prior
2020-12-02 02:31:58 +00:00
int
main
(
)
{
return
-
1
;
}
Reference in a new issue
Copy permalink