Fix some ctype problems - isascii() caused a warning if fed an unsigned char - it's always > 0 and libstand is compiled with -Wall. Missing prototype/include in printf.c
Fix overlooked nullopen() implementation.
modules). Obtained from: NetBSD, with some architectural changes and many additions.