mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
implement g_memdup2
This commit is contained in:
@@ -130,6 +130,7 @@ typedef struct GOptionContext {
|
||||
|
||||
/* string functions */
|
||||
void *g_memdup(const void *src, size_t len);
|
||||
void *g_memdup2(const void *src, size_t len);
|
||||
int g_str_equal(const void *str1, const void *str2);
|
||||
char **g_strsplit(const char *haystack, const char *needle, int max_tokens);
|
||||
void g_strfreev(char **dir);
|
||||
|
||||
Reference in New Issue
Block a user