qfmt/test/init.c

12 lines
121 B
C
Raw Normal View History

#include <u.h>
#include <libc.h>
void
test_init()
{
print("testing: init()");
print("tests not yet defined");
}
//jl