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

Add A XP_PRINTF_CONVERT which ,when ORed with the type will request that the type be

converted to the "correct" type before replacement. (Not yet implemented)
parent ef94d132
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
#define XP_PRINTF_TYPE_PTRDIFF 12 /* Not currently implemented */
#define XP_PRINTF_TYPE_SIZET 13
#define XP_PRINTF_CONVERT 1<<31 /* OR with type to request a conversion - Not implemented */
#if defined(__cplusplus)
extern "C" {
#endif
......
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