This website requires JavaScript.
Explore
Help
Register
Sign In
pjht
/
os
Watch
1
Star
0
Fork
0
You've already forked os
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
de7c321933
os
/
prog
/
main.c
6 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
Essentially merge ext-prog-libc
2019-05-01 09:39:23 -05:00
#
include
"../libc/string.h"
Move _start to a dedicated file
2019-05-01 11:55:54 -05:00
int
main
(
)
{
Program does not return
2019-05-01 19:42:46 -05:00
for
(
;
;
)
;
Re add program build into makefile
2019-03-17 18:04:50 -05:00
}
Reference in New Issue
Copy Permalink