Function tidyGetMessageLine

Source
pub unsafe extern "C" fn tidyGetMessageLine(
    tmessage: TidyMessage,
) -> c_int
Expand description

Get the line number the message applies to. @param tmessage Specify the message that you are querying. @result Returns the line number, if any, that generated the message.