#include int ispunct_l(int c, locale_t l) { return ispunct(c); }