Update C headers to be C++
This commit is contained in:
5
include/string.hpp
Normal file
5
include/string.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include "PSX/jabyengine_defines.hpp"
|
||||
|
||||
int strncmp(const char* s1, const char* s2, size_t n);
|
||||
size_t strlen(const char* str);
|
Reference in New Issue
Block a user