#include <revolution/arc.h>
u32 ARCGetLength(ARCFileInfo* af);
ARCGetLength() returns the length of the file.
af |
Pointer to the ARCFileInfo structure of the file. |
Returns the size of the file.
ARCFastOpen(), ARCOpen(), ARCGetStartAddrInMem(), ARCGetStartOffset()
05/15/2006 Initial version.