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

isprint_l returns nonzero (true) if and only if the value of the argument c is any printing character including space (' ') in locale loc.