prefixing mbwc.c funcs with p9 - 9base - revived minimalist port of Plan 9 userland to Unix
(HTM) git clone git://git.suckless.org/9base
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 025a6f5b514bbcccf6471d6e29d6197f5c2166e8
(DIR) parent 3e61fa6987d4845b253cdd844aa52b32b065c357
(HTM) Author: Anselm R Garbe <anselm@garbe.us>
Date: Sun, 13 Sep 2009 21:28:18 +0100
prefixing mbwc.c funcs with p9
Diffstat:
M troff/fns.h | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/troff/fns.h b/troff/fns.h
@@ -1,5 +1,11 @@
#define getline p9getline
+#define mblen p9mblen
+#define mbtowc p9mbtowc
+#define mbstowcs p9mbstowcs
+#define wctomb p9wctomb
+#define wcstombs p9wcstombs
+
/*
* other
*/