summaryrefslogtreecommitdiff
path: root/include/wctype.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-08-04 12:09:08 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-08-04 12:09:08 +0000
commit4645079944183e75b2d56f8481c1b3a4b28b0975 (patch)
tree63912096bfe0d27c0615433761b7eedc4c90e47b /include/wctype.h
parent92ece88d1686bca38ee44fd24638d5771e3be523 (diff)
downloadsrc-test2-4645079944183e75b2d56f8481c1b3a4b28b0975.tar.gz
src-test2-4645079944183e75b2d56f8481c1b3a4b28b0975.zip
Notes
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h
index ab763ca3dda2..2dd5e790e323 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -41,6 +41,11 @@ typedef _BSD_WINT_T_ wint_t;
#undef _BSD_WINT_T_
#endif
+#ifndef _WCTRANS_T
+typedef int wctrans_t;
+#define _WCTRANS_T
+#endif
+
#ifndef _WCTYPE_T
typedef long wctype_t;
#define _WCTYPE_T
@@ -52,6 +57,8 @@ typedef long wctype_t;
__BEGIN_DECLS
int iswctype(wint_t, wctype_t);
+wint_t towctrans(wint_t, wctrans_t);
+wctrans_t wctrans(const char *);
wctype_t wctype(const char *);
#if 0
/* XXX: not implemented */