RetroArch
Macros | Functions
util.h File Reference
#include <retro_common_api.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHEEVOS_TAG   "[CHEEVOS]: "
 
#define CHEEVOS_FREE(p)   do { void* q = (void*)p; if (q != NULL) free(q); } while (0)
 
#define CHEEVOS_LOG   cheevos_log
 
#define CHEEVOS_ERR   RARCH_ERR
 

Functions

void cheevos_log (const char *fmt,...)
 

Macro Definition Documentation

◆ CHEEVOS_ERR

#define CHEEVOS_ERR   RARCH_ERR

◆ CHEEVOS_FREE

#define CHEEVOS_FREE (   p)    do { void* q = (void*)p; if (q != NULL) free(q); } while (0)

◆ CHEEVOS_LOG

#define CHEEVOS_LOG   cheevos_log

◆ CHEEVOS_TAG

#define CHEEVOS_TAG   "[CHEEVOS]: "

Function Documentation

◆ cheevos_log()

void cheevos_log ( const char *  fmt,
  ... 
)
Here is the call graph for this function: