Home > Electronics Tutorials > C Language Tutorial > stdio.h - File Functions - rewind

C Language Programming Library Reference Guide

stdio.h - File Functions - rewind

Declaration:

void rewind(FILE *stream); Sets the file position to the beginning of the file of the given stream. The error and end-of-file indicators are reset.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......