ARCGetLength

C Specification

#include <revolution/arc.h>
u32 ARCGetLength(ARCFileInfo* af);

Description

ARCGetLength() returns the length of the file.

Arguments

af Pointer to the ARCFileInfo structure of the file.

Return Values

Returns the size of the file.

See Also

ARCFastOpen(), ARCOpen(), ARCGetStartAddrInMem(), ARCGetStartOffset()

Revision History

05/15/2006 Initial version.