ftello

Function ftello 

Source
pub unsafe extern "C" fn ftello(__stream: *mut FILE) -> __off_t
Expand description

Return the current position of STREAM.

This function is a possible cancellation point and therefore not marked with __THROW.