Go to the documentation of this file. 23 #ifndef _LIBRETRO_COMMON_RETRO_COMMON_API_H 24 #define _LIBRETRO_COMMON_RETRO_COMMON_API_H 41 #define RETRO_BEGIN_DECLS 42 #define RETRO_END_DECLS 49 #undef RETRO_BEGIN_DECLS 50 #undef RETRO_END_DECLS 51 #define RETRO_BEGIN_DECLS extern "C" { 52 #define RETRO_END_DECLS } 69 typedef __int64 ssize_t;
74 #elif defined(__MACH__) 75 #include <sys/types.h> 92 #define __STDC_FORMAT_MACROS 96 #error "inttypes.h is being screwy" 98 #define STRING_REP_INT64 "%" PRId64 99 #define STRING_REP_UINT64 "%" PRIu64 100 #define STRING_REP_USIZE "%" PRIuPTR