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