src/platform/python/_builder.h (view raw)
1#define COMMON_H
2#define _TIME_H_
3#define _SYS_TIME_H_
4#define ATTRIBUTE_FORMAT(X, Y, Z)
5#define DECL_BITFIELD(newtype, oldtype) typedef oldtype newtype
6#define DECL_BIT(type, name, bit)
7#define DECL_BITS(type, name, bit, nbits)
8typedef int... time_t;
9typedef int... off_t;
10typedef ... va_list;
11#include <limits.h>
12#include "platform/python/vfs-py.h"
13#include "core/core.h"
14#ifdef M_CORE_GBA
15#include "arm/arm.h"
16#include "gba/gba.h"
17#endif
18#ifdef M_CORE_GB
19#include "lr35902/lr35902.h"
20#include "gb/gb.h"
21#endif