Start to display BIOS information

This commit is contained in:
Jaby
2024-03-30 11:57:07 -05:00
committed by Jaby
parent 70951e0ead
commit 5e78816b4e
6 changed files with 132 additions and 6 deletions

9
include/string.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __STRING__H
#define __STRING__H
#include "PSX/jabyengine_defines.h"
START_C_FUNCTIONS
size_t strlen(const char* str);
END_C_FUNCTIONS
#endif // !__STRING__H