mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 04:57:00 +00:00
CTextRenderBuffer matches
This commit is contained in:
@@ -21,6 +21,8 @@ int strncmp(const char* s1, const char* s2, size_t n);
|
||||
char* strncat(char* dest, const char* src, size_t n);
|
||||
char* strchr(const char* str, int chr);
|
||||
|
||||
int memcmp(const void* a, const void* b, size_t n);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user