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