pub unsafe extern "C" fn tidyGetArgValueInt(
tmessage: TidyMessage,
arg: *mut TidyMessageArgument,
) -> c_intExpand 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.