This website requires JavaScript.
Explore
Help
Sign In
d
/
metal-cos
Watch
1
Star
0
Fork
0
You've already forked metal-cos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
db457ba1ba
metal-cos
/
bin
/
false
/
false.c
9 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
fix clang18; Wextra; lots of stuff
2024-10-04 05:55:19 +00:00
#
include
<sys/cdefs.h>
Add spawn and wait/waitpid functions into libc.
2023-10-02 23:33:47 +00:00
int
fix clang18; Wextra; lots of stuff
2024-10-04 05:55:19 +00:00
main
(
UNUSED
int
argc
,
UNUSED
const
char
*
argv
[
]
)
Add spawn and wait/waitpid functions into libc.
2023-10-02 23:33:47 +00:00
{
return
1
;
}
Reference in New Issue
Copy Permalink