CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/16 07:20:51
Modified files:
include : wchar.h
lib/libc/stdio : Makefile.inc local.h ungetwc.c
Added files:
lib/libc/stdio : fwscanf.c swscanf.c vfwscanf.c vswscanf.c
vwscanf.c wscanf.3 wscanf.c
Log message:
Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide
character support changes based on code from FreeBSD.
ok espie guenther; man page help from schwarze
