[hackers] [9base] prefixing mbwc.c funcs with p9 || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Sun, 13 Sep 2009 19:28:22 +0000 (UTC)

changeset: 46:ef1fba028a1c
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Sun Sep 13 21:28:18 2009 +0100
files: troff/fns.h
description:
prefixing mbwc.c funcs with p9

diff -r 4e856dc48ac0 -r ef1fba028a1c troff/fns.h
--- a/troff/fns.h Thu Aug 27 18:54:00 2009 +0100
+++ b/troff/fns.h Sun Sep 13 21:28:18 2009 +0100
@@ -1,5 +1,11 @@
 #define getline p9getline
 
+#define mblen p9mblen
+#define mbtowc p9mbtowc
+#define mbstowcs p9mbstowcs
+#define wctomb p9wctomb
+#define wcstombs p9wcstombs
+
 /*
  * other
  */
Received on Sun Sep 13 2009 - 19:28:22 UTC

This archive was generated by hypermail 2.2.0 : Sun Sep 13 2009 - 19:36:06 UTC