|
NAMEmchartable_lookup - Return the assigned value of a character in a chartable.SYNOPSISvoid* mchartable_lookup (MCharTable * table, int c)DESCRIPTIONReturn 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. ERRORSMERROR_CHAR
SEE ALSOmchartable_set()
COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)Copyright (C) 2001-2009 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>.
Visit the GSP FreeBSD Man Page Interface. |