_ispunct 117 include/lolevel.h extern int _ispunct(int c); _ispunct 30 platform/generic/wrappers.c int ispunct(int c) { return _ispunct(c); }