Skip to content
Snippets Groups Projects
Commit 4d32b6ee authored by Øyvind Harboe's avatar Øyvind Harboe
Browse files

Missing type for eCos.

parent 20c8f64f
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ typedef uint64_t uintmax_t; ...@@ -152,6 +152,7 @@ typedef uint64_t uintmax_t;
#define INT64_MIN (-INT64_MAX - 1LL) #define INT64_MIN (-INT64_MAX - 1LL)
#define UINT64_MAX (__CONCAT(INT64_MAX, U) * 2ULL + 1ULL) #define UINT64_MAX (__CONCAT(INT64_MAX, U) * 2ULL + 1ULL)
#define ULLONG_MAX 18446744073709551615
/* C99, eCos is C90 compliant (with bits of C99) */ /* C99, eCos is C90 compliant (with bits of C99) */
#define isblank(c) ((c) == ' ' || (c) == '\t') #define isblank(c) ((c) == ' ' || (c) == '\t')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment