comparison th_string.h @ 682:527a4d29d384

Typofix :S
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2020 20:17:39 +0200
parents 39c82d877251
children 5a7254b78614
comparison
equal deleted inserted replaced
681:81d1a3f53b87 682:527a4d29d384
171 171
172 int th_split_string_elems(const th_char_t *str, th_strelems_t *ctx, const th_char_t *sep); 172 int th_split_string_elems(const th_char_t *str, th_strelems_t *ctx, const th_char_t *sep);
173 int th_split_string(const th_char_t *str, th_char_t ***elems, size_t *nelems, const th_char_t *sep); 173 int th_split_string(const th_char_t *str, th_char_t ***elems, size_t *nelems, const th_char_t *sep);
174 int th_join_string_elems(th_char_t **str, const th_strelems_t *ctx, const th_char_t *sep); 174 int th_join_string_elems(th_char_t **str, const th_strelems_t *ctx, const th_char_t *sep);
175 int th_join_string(th_char_t **str, th_char_t **elems, const size_t nelems, const th_char_t *sep); 175 int th_join_string(th_char_t **str, th_char_t **elems, const size_t nelems, const th_char_t *sep);
176 void th_strlems_free(th_strelems_t *ctx); 176 void th_strelems_free(th_strelems_t *ctx);
177 177
178 178
179 /* Internal printf() implementation. NOTICE! This API may be unstable. 179 /* Internal printf() implementation. NOTICE! This API may be unstable.
180 */ 180 */
181 int th_vprintf_do(th_vprintf_ctx *ctx, th_vprintf_putch vputch, 181 int th_vprintf_do(th_vprintf_ctx *ctx, th_vprintf_putch vputch,