RetroArch
Functions
mem_util.h File Reference
#include <stddef.h>
#include <string.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for mem_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS char * strcpy_alloc (const char *sourceStr)
 
char * strcpy_alloc_force (const char *sourceStr)
 
void strcat_alloc (char **destStr_p, const char *appendStr)
 

Function Documentation

◆ strcat_alloc()

void strcat_alloc ( char **  destStr_p,
const char *  appendStr 
)
Here is the call graph for this function:

◆ strcpy_alloc()

RETRO_BEGIN_DECLS char* strcpy_alloc ( const char *  sourceStr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ strcpy_alloc_force()

char* strcpy_alloc_force ( const char *  sourceStr)
Here is the call graph for this function:
Here is the caller graph for this function: