This commit is contained in:
Nishi 2025-12-28 18:17:59 +09:00
commit 1e25fa45f8
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 48 additions and 0 deletions

View file

@ -15,6 +15,8 @@ char* MDEStringConcatenate3(const char* str1, const char* str2, const char* str3
char* MDEStringConcatenate4(const char* str1, const char* str2, const char* str3, const char* str4);
char** MDEStringToExec(const char* exec, const char* file);
#ifdef __cplusplus
}
#endif