RetroArch
Functions
compat_ctype.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strtok_r (char *str, const char *delim, char **saveptr)
 
unsigned long long strtoull (const char *__restrict nptr, char **__restrict endptr, int base)
 
int link (const char *oldpath, const char *newpath)
 
int unlink (const char *path)
 

Function Documentation

◆ link()

int link ( const char *  oldpath,
const char *  newpath 
)
Here is the caller graph for this function:

◆ strtok_r()

char* strtok_r ( char *  str,
const char *  delim,
char **  saveptr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ strtoull()

unsigned long long strtoull ( const char *__restrict  nptr,
char **__restrict  endptr,
int  base 
)
Here is the caller graph for this function:

◆ unlink()

int unlink ( const char *  path)
Here is the caller graph for this function: