changeset 543:3738d07e20e7

Oops, un-staticize.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Dec 2019 18:33:27 +0200
parents bd532780ede8
children 619e7fcff486
files th_printf1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_printf1.c	Mon Dec 30 18:18:40 2019 +0200
+++ b/th_printf1.c	Mon Dec 30 18:33:27 2019 +0200
@@ -7,7 +7,7 @@
  */
 
 
-static int TH_PFUNC_NAME (char *buf, const int len, int *pos,
+int TH_PFUNC_NAME (char *buf, const int len, int *pos,
     TH_PFUNC_TYPE_S pval, const int f_radix, const BOOL f_upcase,
     const BOOL f_unsig, BOOL *f_neg)
 #ifdef TH_PFUNC_HEADER