Function tidy_sys::tidyGetAppData

source ·
pub unsafe extern "C" fn tidyGetAppData(tdoc: TidyDoc) -> *mut c_void
Expand description

Returns the data previously stored with tidySetAppData(). @param tdoc document where data has been stored. @result The pointer to the data block previously stored.