Detect type of BIOS

This commit is contained in:
2024-03-31 23:49:32 -05:00
parent 097e7d7f97
commit ab3b94da97
6 changed files with 165 additions and 45 deletions

View File

@@ -3,6 +3,7 @@
#include "PSX/jabyengine_defines.h"
START_C_FUNCTIONS
int strncmp(const char* s1, const char* s2, size_t n);
size_t strlen(const char* str);
END_C_FUNCTIONS