Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc-extra / emu / rrz80 / types.h
blob0171182be1ec419f6ad6a59335cb9d232a6e8907
1 typedef unsigned int uint32;
2 typedef unsigned char uint8;
3 typedef signed char int8;
4 typedef unsigned short uint16;
6 typedef struct _MAP MAP;
8 MAP *map_load(const char *fname);
9 const char *map_lookup(MAP *self, uint16 addr, char *pInto);
10 const char *map_find(MAP *self, uint16 addr);
12 enum {
13 MAX_LINE = 128