comparison th_string.h @ 766:6c06cf786789

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Feb 2023 02:10:49 +0200
parents c9a6fe116453
children 449a031c297c
comparison
equal deleted inserted replaced
765:c9a6fe116453 766:6c06cf786789
184 const th_char_t *fmt, va_list ap); 184 const th_char_t *fmt, va_list ap);
185 185
186 int th_vprintf_put_str(th_vprintf_ctx *ctx, th_vprintf_putch vputch, 186 int th_vprintf_put_str(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
187 const th_char_t *str, int f_flags, const int f_width, const int f_prec); 187 const th_char_t *str, int f_flags, const int f_width, const int f_prec);
188 188
189 int th_vprintf_put_int(th_vprintf_ctx *ctx, th_vprintf_putch vputch, 189 int th_vprintf_put_int(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
190 va_list ap, const int f_radix, int f_flags, int f_width, int f_prec, 190 va_list ap, const int f_radix, int f_flags, int f_width, int f_prec,
191 const bool f_unsig, th_vprintf_altfmt_func f_alt); 191 const bool f_unsig, th_vprintf_altfmt_func f_alt);
192 192
193 int th_vprintf_put_int_format(th_vprintf_ctx *ctx, th_vprintf_putch vputch, 193 int th_vprintf_put_int_format(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
194 th_char_t *buf, int f_flags, int f_width, int f_prec, int f_len, int vret, 194 th_char_t *buf, int f_flags, int f_width, int f_prec, int f_len, int vret,
195 bool f_neg, bool f_unsig, th_vprintf_altfmt_func f_alt); 195 bool f_neg, bool f_unsig, th_vprintf_altfmt_func f_alt);
196 196
197 197
198 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int 198 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int