Add new fgetwln() function

Man page taken from FreeBSD.
This commit is contained in:
Guillem Jover
2012-11-23 21:19:45 +01:00
parent ee0489eb2b
commit a97ce513e0
6 changed files with 209 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
#include <sys/types.h>
__BEGIN_DECLS
wchar_t *fgetwln(FILE *stream, size_t *len);
size_t wcslcat(wchar_t *dst, const wchar_t *src, size_t size);
size_t wcslcpy(wchar_t *dst, const wchar_t *src, size_t size);
__END_DECLS