summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwscanf.c
AgeCommit message (Expand)Author
2017-12-08Fix the return value of fwscanf(3) when encountering an early matchingKevin Lo
2016-10-30include float.h for the LDBL_MAX_EXP cpp test in floatio.hJonathan Gray
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2014-03-19It's still safe to assumed 'signed' existsPhilip Guenther
2013-11-25Use iswupper() for wide characters, not isupper(); ok deraadtStefan Sperling
2012-01-18Add missing header needed by iswspace()Charles Longeau
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling