comparison th_string.h @ 584:390c66af09cf

Move th_print_wrap() and th_print_pad() to th_args from th_string.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 14:27:09 +0200
parents 70d44ba005ac
children 31720ede4b50
comparison
equal deleted inserted replaced
583:d60e1d751b5b 584:390c66af09cf
181 181
182 BOOL th_get_hex_triplet(const char *str, unsigned int *value); 182 BOOL th_get_hex_triplet(const char *str, unsigned int *value);
183 BOOL th_get_boolean(const char *str, BOOL *value); 183 BOOL th_get_boolean(const char *str, BOOL *value);
184 BOOL th_get_int(const char *str, unsigned int *value, BOOL *neg); 184 BOOL th_get_int(const char *str, unsigned int *value, BOOL *neg);
185 185
186 void th_print_wrap(FILE *fh, const char *str, int spad, int rpad, int width);
187
188 186
189 #ifdef __cplusplus 187 #ifdef __cplusplus
190 } 188 }
191 #endif 189 #endif
192 #endif // TH_STRING_H 190 #endif // TH_STRING_H