FS_InitFile

Syntax

#include <nitro/fs.h>

void FS_InitFile( FSFile *p_file );

Arguments

p_file Address of the FSFile structure.

Return Values

None.

Description

Initializes the FSFile structure. Call this once before using the FSFile structure.

See Also

FSFile
FS_OpenFileEx
FS_OpenFileFast

Revision History

2008/10/02 Updated the See Also list.
2004/04/01 Initial version.


CONFIDENTIAL