C and C++ Binaries

cs_syntax_kind.h

Defines operations on cs_syntax_kind.



Links


Defines

#define CS_SYNTAX_KIND_H

Functions

cs_result cs_syntax_kind_name ( cs_syntax_kind k, cs_const_string * kind_name )
Get a string representation of the specified cs_syntax_kind.

Function Descriptions

Function cs_syntax_kind_name
cs_result cs_syntax_kind_name (
Get a string representation of the specified cs_syntax_kind.
Parameters
k [in] The cs_syntax_kind for which to retrieve the name.
kind_name [out] The name of k, as a cs_const_string.
Returns CS_SUCCESS on success.