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