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

Add support for uintmax_t

parent 1712722c
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,9 @@
#define XP_PRINTF_TYPE_LONGDOUBLE 9
#define XP_PRINTF_TYPE_VOIDP 10
#define XP_PRINTF_TYPE_INTMAX 11 /* Not currently implemented */
#define XP_PRINTF_TYPE_PTRDIFF 12 /* Not currently implemented */
#define XP_PRINTF_TYPE_SIZET 13
#define XP_PRINTF_TYPE_UINTMAX 12 /* Not currently implemented */
#define XP_PRINTF_TYPE_PTRDIFF 13 /* Not currently implemented */
#define XP_PRINTF_TYPE_SIZET 14
#define XP_PRINTF_CONVERT 1<<31 /* OR with type to request a conversion - Not implemented */
......
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