qfmt/test/init.c

12 lines
129 B
C
Raw Normal View History

#include <u.h>
#include <libc.h>
void
2023-11-04 17:56:07 -04:00
test_init(void)
{
2023-11-04 17:56:07 -04:00
print("testing: init()\n");
print("tests not yet defined\n");
}
//jl