Skip to content
Snippets Groups Projects
Commit ec897ef2 authored by deuce's avatar deuce
Browse files

Define _UINTMAX_T_DECLARED and _INTMAX_T_DECLARED as per

specs.
parent 69f6fa0e
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,9 @@ typedef unsigned long long int uint64_t;
#endif
typedef uint64_t uintmax_t;
#define _UINTMAX_T_DECLARED
typedef int64_t intmax_t;
#define _INTMAX_T_DECLARED
/* printf integer formatters: */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment