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