#include <nitro/fs.h>
static inline u32 FS_GetFileImageTop(const FSFile *p_file);
p_file |
Address of the FSFile structureIt must retain the file information. |
Returns the beginning of the file image area's offset value in the archive.
Returns the beginning of the file image area's offset value in the archive. The return value is undefined when this function is called by any files other than the one opened by the FS_OpenFile
function.
FSFile
, FS_GetFileImageBottom
, FS_OpenFile
, FS_GetArchiveBase
07/13/2004 Initial version.