secondary cache feature in vm.
[minix.git] / lib / libc / ansi / ispunct.c
blob35df5c6f7cc561fe92952a6141247647dcbc4cc4
1 #include <ctype.h>
3 int (ispunct)(int c) {
4 return ispunct(c);