FSrewind Function

MDD File System Interface Library

MDDFS Interface Library Help
FSrewind Function
C
void FSrewind(
    FSFILE * fo
);
Description

The FSrewind funciton will reset the position of the specified file to the beginning of the file. This functionality is faster than using FSfseek to reset the position in the file.

Preconditions

File opened.

Parameters
Parameters 
Description 
fo 
Pointer to file structure 
Side Effects

None.

Remarks

None.

Microchip MDD File System Interface 1.4.2 - [Oct 15, 2012]
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.