cons_check
if ((value == NULL) || (cons_check(value) == 0)) {
static int cons_check(const char *string);