tidyGetArgValueInt

Function tidyGetArgValueInt 

Source
pub unsafe extern "C" fn tidyGetArgValueInt(
    tmessage: TidyMessage,
    arg: *mut TidyMessageArgument,
) -> c_int
Expand description

Returns the integer value of the given message argument. An assertion will be generated if the argument type is not an integer. @result Returns the integer value of the given argument.