diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-16 06:06:09 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-16 06:06:09 +0000 |
commit | b6df13f91a04b8d29b823d577629dd5470d73f3c (patch) | |
tree | 6e97fbe9b1b22c427950125356e60e8cbf32c812 /include | |
parent | b70b3092cc3d42ee415228c5c299658e2b290f84 (diff) | |
download | FreeBSD-src-b6df13f91a04b8d29b823d577629dd5470d73f3c.zip FreeBSD-src-b6df13f91a04b8d29b823d577629dd5470d73f3c.tar.gz |
Add fgetwln(), a wide character version of fgetln().
Diffstat (limited to 'include')
-rw-r--r-- | include/wchar.h | 1 |
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 |