fixed calling convention

This commit is contained in:
2026-03-06 12:52:44 -06:00
parent 5d9920868c
commit ed110c8c1a
4 changed files with 37 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
#ifndef PLATFORM_INCLUDED
#define PLATFORM_INCLUDED
extern int plat_main(void);
extern int plat_main(int argc, char **argv);
#endif // platform.h