summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-03 13:49:55 +0000
committertjr <tjr@FreeBSD.org>2002-08-03 13:49:55 +0000
commiteefed45007e6816b7f886d29f31a6079c800fbb7 (patch)
tree72640c311225e824b82a58cb5b8e9e18244d8f4e /include
parentdc1c7f31522480211a5befcad73e5d30fa62a12d (diff)
downloadFreeBSD-src-eefed45007e6816b7f886d29f31a6079c800fbb7.zip
FreeBSD-src-eefed45007e6816b7f886d29f31a6079c800fbb7.tar.gz
Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.
Diffstat (limited to 'include')
-rw-r--r--include/wchar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 0c174bd..bbdcae6 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -147,6 +147,9 @@ size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
int wcswidth(const wchar_t *, size_t);
int wcwidth(wchar_t);
#endif
+
+int wctob(wint_t);
+wint_t btowc(int);
__END_DECLS
#endif /* !_WCHAR_H_ */
OpenPOWER on IntegriCloud