man mchartable_lookup () - Return the assigned value of a character in a chartable.

NAME

mchartable_lookup - Return the assigned value of a character in a chartable.

SYNOPSIS

void* mchartable_lookup (MCharTable * table, int c)

DESCRIPTION

The mchartable_lookup() function returns the value assigned to character c in chartable table. If no value has been set for c explicitly, the default value of table is returned. If c is not a valid character, mchartable_lookup() returns NULL and assigns an error code to the external variable merror_code.

ERRORS

MERROR_CHAR

SEE ALSO

mchartable_set()