summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-16 06:06:09 +0000
committertjr <tjr@FreeBSD.org>2004-07-16 06:06:09 +0000
commitb6df13f91a04b8d29b823d577629dd5470d73f3c (patch)
tree6e97fbe9b1b22c427950125356e60e8cbf32c812 /include/wchar.h
parentb70b3092cc3d42ee415228c5c299658e2b290f84 (diff)
downloadFreeBSD-src-b6df13f91a04b8d29b823d577629dd5470d73f3c.zip
FreeBSD-src-b6df13f91a04b8d29b823d577629dd5470d73f3c.tar.gz
Add fgetwln(), a wide character version of fgetln().
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 67f582c..c1aaf78 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -208,6 +208,7 @@ int wcwidth(wchar_t);
#endif
#if __BSD_VISIBLE
+wchar_t *fgetwln(struct __sFILE * __restrict, size_t * __restrict);
size_t wcslcat(wchar_t *, const wchar_t *, size_t);
size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
#endif
OpenPOWER on IntegriCloud