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