Files
jabyengine/include/string.hpp
2024-04-07 10:46:35 -05:00

5 lines
145 B
C++

#pragma once
#include "PSX/jabyengine_defines.hpp"
int strncmp(const char* s1, const char* s2, size_t n);
size_t strlen(const char* str);