Introduction
Introduction Statistics Contact Development Disclaimer Help
prefixing mbwc.c funcs with p9 - 9base - revived minimalist port of Plan 9 user…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 025a6f5b514bbcccf6471d6e29d6197f5c2166e8
parent 3e61fa6987d4845b253cdd844aa52b32b065c357
Author: Anselm R Garbe <[email protected]>
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(-)
---
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
*/
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.