Skip to main content

stat_to_string

Function stat_to_string 

Source
pub unsafe extern "C" fn stat_to_string(stat: Stat) -> *const c_char
Expand description

Get a string representation of a given statistic. @param stat The statistic. @return The string representation. @note The returned char* pointer is only valid until the next call to this function.