diff options
author | Jasper | 2025-08-31 15:47:31 +0200 |
---|---|---|
committer | Jasper | 2025-08-31 15:47:31 +0200 |
commit | 7d763b5778cfbf81ee420558d13e8acbb66d860a (patch) | |
tree | e67fa668944e79526cbdf7b6e8eed6e8d81ebdb6 /tests.h |
Initial commit
Diffstat (limited to 'tests.h')
-rw-r--r-- | tests.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#ifndef TEST_H +#define TEST_H + +void test_LR(); +void run_tests(); + +#endif |