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

isalnum_l returns nonzero (true) if and only if the value of the argument c is a alphabetic or numeric character in locale loc.