ftell

Function ftell 

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

Return the current position of STREAM.

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