Initial commit

This commit is contained in:
2019-07-25 08:45:43 +01:00
commit 6aa21acac1
7 changed files with 7667 additions and 0 deletions

8
test/unit/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdlib.h>
#include <time.h>
#include <sys/syscall.h>
#include <utest.h>
UTEST_MAIN();