Skip to main content

cmd_get_name

Function cmd_get_name 

Source
pub unsafe extern "C" fn cmd_get_name(cmd: Command) -> *const c_char
Expand description

Get the name for a given command, e.g., “assert”. @param cmd The command to invoke. @return The name of the command. @note The returned char* pointer is only valid until the next call to this function.