make brlib sources to new dir

This commit is contained in:
2023-12-22 10:44:42 +01:00
parent e7b5d2ea4d
commit 013f5bf943
29 changed files with 1153 additions and 0 deletions

8
c/brlib/todo/hashtest.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "hash.h"
int main()
{
printf("foo\n");
return 1;
}