#include int isspace_l(int c, locale_t l) { return isspace(c); }