#include <nitro/fs.h>
static inline u32 FS_GetFileImageBottom(const FSFile *p_file);
p_file | Address of the FSFile structureThis file information must be maintained. |
Returns the end of the file image area's offset value in the archive.
Returns the end 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_OpenFileEx
function.
FSFile
FS_GetFileImageTop
FS_OpenFileEx
FS_GetArchiveBase
2008/10/02 Updated the See Also list.
2004/07/13 Initial version.
CONFIDENTIAL