rewind

Function rewind 

Source
pub unsafe extern "C" fn rewind(__stream: *mut FILE)
Expand description

Rewind to the beginning of STREAM.

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