Files
jabyengine/include/string.h
2024-03-30 11:57:07 -05:00

9 lines
178 B
C

#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