Synopsis
int isblank_l(int c,
              locale_t loc);
Description

isblank_l returns nonzero (true) if and only if the value of the argument c is either a space character (' ') or the horizontal tab character ('\\t') in locale loc.