FSrewind Function

Microchip MDD File System Interface

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.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.