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