diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-02-20 10:25:31 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-02-20 10:25:31 -0500 |
| commit | d102f73e7a1bb18745cdedc034baee3c88aeb065 (patch) | |
| tree | 8ec4492439f311ab670ed99e5cc5d40118522237 /libs/JSystem/JKernel/JKRFileCache.cpp | |
| parent | b0499177ef7e08594fbac1665d1ac6f8dc9d0d47 (diff) | |
| parent | 5c83d2532c610dc9eb5fb4f36c250174c79964e4 (diff) | |
Merge branch 'master' of https://github.com/zeldaret/tp
Diffstat (limited to 'libs/JSystem/JKernel/JKRFileCache.cpp')
| -rw-r--r-- | libs/JSystem/JKernel/JKRFileCache.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/JSystem/JKernel/JKRFileCache.cpp b/libs/JSystem/JKernel/JKRFileCache.cpp index 5fbc070120..c2e08e088a 100644 --- a/libs/JSystem/JKernel/JKRFileCache.cpp +++ b/libs/JSystem/JKernel/JKRFileCache.cpp @@ -5,20 +5,14 @@ #include "JSystem/JKernel/JKRHeap/JKRHeap.h" #include "dvd/dvd.h" #include "global.h" +#include "msl_c/string.h" extern "C" { -char* strcat(char*, const char*); -char* strcpy(char*, const char*); -char* strrchr(char*, int); -int strcmp(const char*, const char*); -int tolower(int); -u32 strlen(const char*); void __dl__FPv(void); void __dt__10JSUPtrLinkFv(void); void free__7JKRHeapFPv(void); void free__7JKRHeapFPvP7JKRHeap(void); void getDvdPathName__12JKRFileCacheCFPCc(void); -void memcpy(void*, const void*, int); void remove__10JSUPtrListFP10JSUPtrLink(void); } |
