first commit

This commit is contained in:
2026-03-06 12:04:53 -06:00
commit 5d9920868c
9 changed files with 487 additions and 0 deletions

6
tests/01_platform.c Normal file
View File

@@ -0,0 +1,6 @@
#define DEBUG
#include "../include/platform.h"
int main(void){
return plat_main();
}