TODO: implement tests

This commit is contained in:
vxclutch
2026-05-01 23:28:57 -04:00
parent 6334d5b544
commit 95f7a7a769
7 changed files with 41 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
* Define the print functions for this project
*/
extern char *arg0;
int tcpl_print(char* s);
#endif