diff th_string.h @ 162:578d9298cc1e

Actually, move th_print_wrap() to th_string module.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2015 18:52:56 +0200
parents 51eec969b07a
children 7638fa9d191f
line wrap: on
line diff
--- a/th_string.h	Mon Feb 09 18:41:00 2015 +0200
+++ b/th_string.h	Mon Feb 09 18:52:56 2015 +0200
@@ -79,6 +79,8 @@
 
 int     th_get_hex_triplet(const char *);
 
+void    th_print_wrap(FILE *fh, const char *str, int spad, int rpad, int width);
+
 
 #ifdef __cplusplus
 }