qfmt/test/test.c

14 lines
100 B
C
Raw Permalink Normal View History

2023-11-02 15:47:38 -04:00
#include <u.h>
#include <libc.h>
2023-11-04 17:56:07 -04:00
#include "init.h"
2023-11-03 20:02:10 -04:00
2023-11-02 15:47:38 -04:00
void
main()
{
test_init();
2023-11-02 15:47:38 -04:00
exits(0);
}
//jl