diff options
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 7ecc4699..d4b86365 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -172,6 +172,8 @@ g_file_get_size(const char* filename); int APP_CC g_strlen(const char* text); char* APP_CC +g_strchr(const char* text, int c); +char* APP_CC g_strcpy(char* dest, const char* src); char* APP_CC g_strncpy(char* dest, const char* src, int len); |