comparison th_string.h @ 452:4471eadea472

Oops, forgot to rename th_printf_altfmt_* from the header file.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 22:32:07 +0300
parents db45d6d2e576
children efd33accdc81
comparison
equal deleted inserted replaced
451:db45d6d2e576 452:4471eadea472
126 const BOOL f_unsig, char *(f_alt)(const char *buf, const size_t blen, const int vret, const int flags)); 126 const BOOL f_unsig, char *(f_alt)(const char *buf, const size_t blen, const int vret, const int flags));
127 int th_vprintf_put_int_format(th_vprintf_ctx *ctx, th_vprintf_putch vputch, 127 int th_vprintf_put_int_format(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
128 char *buf, int f_flags, int f_width, int f_prec, int f_len, int vret, 128 char *buf, int f_flags, int f_width, int f_prec, int f_len, int vret,
129 BOOL f_neg, BOOL f_unsig, char *(f_alt)(const char *buf, const size_t blen, const int vret, const int flags)); 129 BOOL f_neg, BOOL f_unsig, char *(f_alt)(const char *buf, const size_t blen, const int vret, const int flags));
130 130
131 char * th_printf_altfmt_oct(const char *buf, const size_t len, const int vret, const int flags); 131 char * th_vprintf_altfmt_oct(const char *buf, const size_t len, const int vret, const int flags);
132 char * th_printf_altfmt_hex(const char *buf, const size_t len, const int vret, const int flags); 132 char * th_vprintf_altfmt_hex(const char *buf, const size_t len, const int vret, const int flags);
133
133 134
134 #define TH_PFUNC_NAME th_vprintf_buf_int 135 #define TH_PFUNC_NAME th_vprintf_buf_int
135 #define TH_PFUNC_TYPE_S int 136 #define TH_PFUNC_TYPE_S int
136 #define TH_PFUNC_TYPE_U unsigned int 137 #define TH_PFUNC_TYPE_U unsigned int
137 #define TH_PFUNC_HEADER 1 138 #define TH_PFUNC_HEADER 1