Browse Source

Missing type for eCos.

tags/v0.3.0-rc0
Øyvind Harboe 14 years ago
parent
commit
4d32b6eee9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/helper/types.h

+ 1
- 0
src/helper/types.h View File

@@ -152,6 +152,7 @@ typedef uint64_t uintmax_t;
#define INT64_MIN (-INT64_MAX - 1LL)
#define UINT64_MAX (__CONCAT(INT64_MAX, U) * 2ULL + 1ULL)

#define ULLONG_MAX 18446744073709551615

/* C99, eCos is C90 compliant (with bits of C99) */
#define isblank(c) ((c) == ' ' || (c) == '\t')


Loading…
Cancel
Save