Files
ci-libretro-fceumm/ps2/inttypes.h

9 lines
121 B
C
Raw Normal View History

2019-01-21 22:19:46 +01:00
#ifndef INTTYPES_H
#define INTTYPES_H
#define PRId64 "ld"
#define PRIu64 "lu"
#define PRIuPTR "lu"
#endif //INTTYPES_H