ez80: Add _intmax_t and _uintmax_t

This commit is contained in:
YAMAMOTO Takashi 2020-11-17 09:03:21 +09:00 committed by Xiang Xiao
parent 173916dcdc
commit 8a54cca442
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ typedef unsigned int _uint24_t;
typedef signed long _int32_t;
typedef unsigned long _uint32_t;
typedef _int32_t _intmax_t;
typedef _uint32_t _uintmax_t;
/* A pointer is 2 or 3 bytes, depending upon if the ez80 is in z80
* compatibility mode or not
*