logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mchartable_lookup -

Description

       Return the assigned value of a character in a chartable. 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

Name

       mchartable_lookup -

See Also

mchartable_set()

Synopsis

       void* mchartable_lookup (MCharTable * table, int c)

See Also