This website requires JavaScript.
Explore
Help
Sign In
9p
/
qfmt
Watch
2
Star
0
Fork
You've already forked qfmt
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c0ab0ecd7
qfmt
/
test.c
14 lines
105 B
C
Raw
Normal View
History
Unescape
Escape
test lib module
2023-11-02 15:47:38 -04:00
#
include
<u.h>
#
include
<libc.h>
wip: defining init() function
2023-11-03 20:02:10 -04:00
#
include
"test/init.h"
test lib module
2023-11-02 15:47:38 -04:00
void
main
(
)
{
wip: defining init() function
2023-11-03 20:02:10 -04:00
init_test
(
)
;
test lib module
2023-11-02 15:47:38 -04:00
exits
(
0
)
;
}
//jl
Reference in New Issue
Copy Permalink