RetroArch
Macros
retro_common_api.h File Reference
#include <inttypes.h>
Include dependency graph for retro_common_api.h:

Go to the source code of this file.

Macros

#define RETRO_BEGIN_DECLS
 
#define RETRO_END_DECLS
 
#define __STDC_FORMAT_MACROS
 
#define STRING_REP_INT64   "%" PRId64
 
#define STRING_REP_UINT64   "%" PRIu64
 
#define STRING_REP_USIZE   "%" PRIuPTR
 

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

◆ RETRO_BEGIN_DECLS

#define RETRO_BEGIN_DECLS

◆ RETRO_END_DECLS

#define RETRO_END_DECLS

◆ STRING_REP_INT64

#define STRING_REP_INT64   "%" PRId64

◆ STRING_REP_UINT64

#define STRING_REP_UINT64   "%" PRIu64

◆ STRING_REP_USIZE

#define STRING_REP_USIZE   "%" PRIuPTR