15 void strcat_alloc(
char ** destStr_p,
const char *appendStr);
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
void strcat_alloc(char **destStr_p, const char *appendStr)
Definition: mem_util.c:29
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
char * strcpy_alloc_force(const char *sourceStr)
Definition: mem_util.c:21
RETRO_BEGIN_DECLS char * strcpy_alloc(const char *sourceStr)
Definition: mem_util.c:5