wip: defining init() function
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
||||
3
test/init.h
Normal file
3
test/init.h
Normal file
@@ -0,0 +1,3 @@
|
||||
extern void init_test();
|
||||
|
||||
//jl
|
||||
Reference in New Issue
Block a user