|
NAMEmsymbol - Get a symbol.SYNOPSISMSymbol msymbol (const char * name)DESCRIPTIONGet a symbol.The msymbol() function returns the canonical symbol whose name is name. If there is none, one is created. The created one is not a managing key. Symbols whose name starts by two spaces are reserved by the m17n library, and are used by the library only internally. RETURN VALUEThis function returns the found or created symbol.
ERRORSThis function never fails.
SEE ALSOmsymbol_as_managing_key(), msymbol_name(),
msymbol_exist()
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. |