From 9531ef0fc16cd1cfaa20e5db15fb64021a04ee74 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 06:06:09 +0000 Subject: Add fgetwln(), a wide character version of fgetln(). --- include/wchar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wchar.h b/include/wchar.h index 67f582cd0c18..c1aaf7812e71 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 -- cgit v1.3