added some asserts and made minor api changes

This commit is contained in:
cozis
2022-01-13 17:13:44 +01:00
parent 7350184904
commit 459ca17fac
4 changed files with 37 additions and 31 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <stdio.h>
#include "lina.h"
int main()
{
fprintf(stderr, "There's nothing here yet..\n");
return 0;
}