Start to display BIOS information
This commit is contained in:
9
include/string.h
Normal file
9
include/string.h
Normal 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
|
||||
Reference in New Issue
Block a user