Link gx, pad, si, exi, dvd, card

This commit is contained in:
Cuyler36
2025-01-18 07:09:37 -05:00
parent ea475fa237
commit b17a95522a
198 changed files with 21663 additions and 1914 deletions
+11 -11
View File
@@ -7,19 +7,19 @@
extern "C" {
#endif // ifdef __cplusplus
size_t strlen(const char*);
char* strrchr(const char* str, int chr);
char* strchr(const char* str, int chr);
int strncmp(const char* str1, const char* str2, size_t n);
int strcmp(const char* str1, const char* str2);
int stricmp(char*, char*);
char* strcpy(char*, const char*);
char* strcat(char* dst, const char* src);
char* strncpy(char* dst, const char* src, size_t n);
char* strstr(const char* str, const char* pat);
// size_t strlen(const char*);
// char* strrchr(const char* str, int chr);
// char* strchr(const char* str, int chr);
// int strncmp(const char* str1, const char* str2, size_t n);
// int strcmp(const char* str1, const char* str2);
// int stricmp(char*, char*);
// char* strcpy(char*, const char*);
// char* strcat(char* dst, const char* src);
// char* strncpy(char* dst, const char* src, size_t n);
// char* strstr(const char* str, const char* pat);
#ifdef __cplusplus
};
#endif // ifdef __cplusplus
#endif
#endif