Add most parts of the wide char stdio support. This is not hooked up
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 25 Jul 2005 00:37:41 +0000 (00:37 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 25 Jul 2005 00:37:41 +0000 (00:37 +0000)
commit62f0872080cf6dbb5111fe3e9937501fd8e28c9c
treed2ddb52e1e8bd6aece555b93b007ef9a77526def
parent3181538d4738797f9b65d0897e6cc1e3b6fecfed
Add most parts of the wide char stdio support. This is not hooked up
yet.

Obtained-from: NetBSD, mostly derived from FreeBSD
32 files changed:
lib/libc/stdio/fgetwc.c [new file with mode: 0644]
lib/libc/stdio/fgetwln.3 [new file with mode: 0644]
lib/libc/stdio/fgetwln.c [new file with mode: 0644]
lib/libc/stdio/fgetws.3 [new file with mode: 0644]
lib/libc/stdio/fgetws.c [new file with mode: 0644]
lib/libc/stdio/fputwc.c [new file with mode: 0644]
lib/libc/stdio/fputws.3 [new file with mode: 0644]
lib/libc/stdio/fputws.c [new file with mode: 0644]
lib/libc/stdio/fwide.3 [new file with mode: 0644]
lib/libc/stdio/fwide.c [new file with mode: 0644]
lib/libc/stdio/fwprintf.c [new file with mode: 0644]
lib/libc/stdio/fwscanf.c [new file with mode: 0644]
lib/libc/stdio/getwc.3 [new file with mode: 0644]
lib/libc/stdio/getwc.c [new file with mode: 0644]
lib/libc/stdio/getwchar.c [new file with mode: 0644]
lib/libc/stdio/putwc.3 [new file with mode: 0644]
lib/libc/stdio/putwc.c [new file with mode: 0644]
lib/libc/stdio/putwchar.c [new file with mode: 0644]
lib/libc/stdio/swprintf.c [new file with mode: 0644]
lib/libc/stdio/swscanf.c [new file with mode: 0644]
lib/libc/stdio/ungetwc.3 [new file with mode: 0644]
lib/libc/stdio/ungetwc.c [new file with mode: 0644]
lib/libc/stdio/vfwscanf.c [new file with mode: 0644]
lib/libc/stdio/vswprintf.c [new file with mode: 0644]
lib/libc/stdio/vswscanf.c [new file with mode: 0644]
lib/libc/stdio/vwprintf.c [new file with mode: 0644]
lib/libc/stdio/vwscanf.c [new file with mode: 0644]
lib/libc/stdio/wcio.h [new file with mode: 0644]
lib/libc/stdio/wprintf.3 [new file with mode: 0644]
lib/libc/stdio/wprintf.c [new file with mode: 0644]
lib/libc/stdio/wscanf.3 [new file with mode: 0644]
lib/libc/stdio/wscanf.c [new file with mode: 0644]