renamed init_test() to test_init() and defined
This commit is contained in:
11
test/init.c
Normal file
11
test/init.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
void
|
||||
test_init()
|
||||
{
|
||||
print("testing: init()");
|
||||
print("tests not yet defined");
|
||||
}
|
||||
|
||||
//jl
|
||||
@@ -1,3 +1,3 @@
|
||||
extern void init_test();
|
||||
extern void test_init();
|
||||
|
||||
//jl
|
||||
|
||||
Reference in New Issue
Block a user