comparison th_string.c @ 321:f7d72b7bebf3

Comment out th_printf_vput_size_t() for now.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2016 01:42:52 +0200
parents 0362ea9872f0
children 78825ff74195
comparison
equal deleted inserted replaced
320:0362ea9872f0 321:f7d72b7bebf3
215 #define TH_PFUNC_TYPE_S int64_t 215 #define TH_PFUNC_TYPE_S int64_t
216 #define TH_PFUNC_TYPE_U uint64_t 216 #define TH_PFUNC_TYPE_U uint64_t
217 #include "th_printf1.c" 217 #include "th_printf1.c"
218 218
219 219
220 #define TH_PFUNC_NAME th_printf_vput_size_t 220 //#define TH_PFUNC_NAME th_printf_vput_size_t
221 #define TH_PFUNC_TYPE_U size_t 221 //#define TH_PFUNC_TYPE_U size_t
222 #include "th_printf1.c" 222 //#include "th_printf1.c"
223 223
224 224
225 static int th_printf_vput_str(th_printf_ctx *ctx, th_printf_vputch vputch, 225 static int th_printf_vput_str(th_printf_ctx *ctx, th_printf_vputch vputch,
226 const char *str, int f_flags, const int f_width, const int f_prec) 226 const char *str, int f_flags, const int f_width, const int f_prec)
227 { 227 {