ecos: add 64 bit types for sprintf/sscanf

This commit is contained in:
Øyvind Harboe 2011-04-28 22:17:48 +02:00
parent d2911627d2
commit 5c739b148e
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ static inline void h_u16_to_be(uint8_t* buf, int val)
#define PRIi32 "i"
#define PRIu32 "u"
#define PRId8 PRId32
#define SCNx64 "llx"
#define PRIx64 "llx"
typedef CYG_ADDRWORD intptr_t;
typedef int64_t intmax_t;