C and C++ Binaries

cs_language.h

Functions on cs_language values.



Defines

#define CS_LANGUAGE_H

Functions

cs_result cs_language_name ( cs_language lang, cs_const_string * langname )
Retrieve the name of a cs_language.

Function Descriptions

Function cs_language_name
cs_result cs_language_name (
Retrieve the name of a cs_language.
Parameters
lang [in] The cs_language for which the name is to be retrieved.
langname [out] A user-allocated buffer to be populated with the name of lang.
Returns