comparison th_printf.c @ 765:c9a6fe116453

Invert some preprocessor conditions for clarity.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Feb 2023 01:03:22 +0200
parents 31bc1ed07cf5
children
comparison
equal deleted inserted replaced
764:0abba6091bd1 765:c9a6fe116453
100 else 100 else
101 return 0; 101 return 0;
102 } 102 }
103 103
104 104
105 #define TH_VPRINTF_INTFMT_IMPL 1
105 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int 106 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int
106 #define TH_VPRINTF_INTFMT_TYPE_S int 107 #define TH_VPRINTF_INTFMT_TYPE_S int
107 #define TH_VPRINTF_INTFMT_TYPE_U unsigned int 108 #define TH_VPRINTF_INTFMT_TYPE_U unsigned int
108 #include "th_printf1.c" 109 #include "th_printf1.c"
109 110