wip: defining init() function
This commit is contained in:
parent
092ea2b3a3
commit
3c0ab0ecd7
4
test.c
4
test.c
|
@ -1,10 +1,12 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
#include "test/init.h"
|
||||
|
||||
void
|
||||
main()
|
||||
{
|
||||
print("Tests not implemented yet.\n");
|
||||
init_test();
|
||||
exits(0);
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
extern void init_test();
|
||||
|
||||
//jl
|
Loading…
Reference in New Issue
Block a user