diff th_string.h @ 277:7450d744e633

Rename internal functions and add a typedef for function pointer used for vputch().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 22 Feb 2016 11:47:54 +0200
parents 5cbf24411c02
children 15e2ee6c7bfc
line wrap: on
line diff
--- a/th_string.h	Wed Feb 17 17:24:02 2016 +0200
+++ b/th_string.h	Mon Feb 22 11:47:54 2016 +0200
@@ -56,6 +56,9 @@
 } th_printf_ctx;
 
 
+typedef int (*th_printf_vputch)(th_printf_ctx *ctx, const char ch);
+
+
 /* Normal NUL-terminated string functions
  */
 size_t   th_strlen(const char *str);