summaryrefslogtreecommitdiffstats
path: root/include/wctype.h
diff options
context:
space:
mode:
authortshiozak <tshiozak@FreeBSD.org>2001-05-15 20:28:48 +0000
committertshiozak <tshiozak@FreeBSD.org>2001-05-15 20:28:48 +0000
commite2bb65a7f1cb560e11cab55c8d598d7520e7cf0f (patch)
treeaf4530740686340a42479f71fa5afeebe25b43ac /include/wctype.h
parentddc2812fcb99900c195d873b90b1d3d5fefab632 (diff)
downloadFreeBSD-src-e2bb65a7f1cb560e11cab55c8d598d7520e7cf0f.zip
FreeBSD-src-e2bb65a7f1cb560e11cab55c8d598d7520e7cf0f.tar.gz
adapt to FreeBSD.
- add #define NULL 0 instead of sys/null.h. - enable locale-insensitive functions: wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c - disable some locale-sensitive functions defined in wchar.h temporarily: mbrlen mbrtowc mbsinit mbsrtowcs wcrtomb wcsrtombs wcwidth wcswidth - disable all functions defined in wctype.h temporarily: is* tow*
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h
index 93ca454..66ee7cc 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -30,6 +30,8 @@
* $FreeBSD$
*/
+#if 0
+/* XXX: not implemented */
#ifndef _WCTYPE_H_
#define _WCTYPE_H_
@@ -63,3 +65,4 @@ wint_t towupper __P((wint_t));
__END_DECLS
#endif /* _WCTYPE_H_ */
+#endif
OpenPOWER on IntegriCloud