Browse Source

ecos: add 64 bit types for sprintf/sscanf

tags/v0.5.0-rc1
Øyvind Harboe 13 years ago
parent
commit
5c739b148e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/helper/types.h

+ 2
- 0
src/helper/types.h 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;


Loading…
Cancel
Save