Initial commit

This commit is contained in:
2026-02-08 12:14:24 -06:00
commit f183ed2147
7 changed files with 141 additions and 0 deletions

7
include/platform.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef PLATFORM_H
#define PLATFORM_H
void platform_print(void);
#endif