Blame include/psxtypes/__psxtypes.h

2184c4
/* basic integer/pointer types and constant definitions */
2184c4
#include <stdint.h>
2184c4
#include <stddef.h>
2184c4
#include <errno.h>
2184c4
2184c4
2184c4
/* compiler directives: unified syntax */
2184c4
#if defined(__GNUC__)
2184c4
#include "compiler/__psx_compiler_gcc.h"
2184c4
#endif