at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git] / lib / ansi / isgraph.c
blob1dccf8b3c091e082d9e407cfa9c1c57a8db79111
1 #include <ctype.h>
3 int (isgraph)(int c) {
4 return isgraph(c);