#include <nitro/fs.h>
static inline u32 FS_GetArchiveOffset(const FSArchive *p_arc, u32 pos);
This function returns the value that results from adding the archive's base to the specified position offset.
This function is equivalent to FS_GetArchiveBase(p_arc) + pos.
p_arc |
Address of the FSArchive structure |
pos |
Position relative to the base offset |
Specified position (offset from the archive's base).
FSArchive,
FS_GetArchiveBase,
FS_GetArchiveFAT,
FS_GetArchiveFNT
11/02/2004 Corrected error in paragraph format and a link.
06/30/2004 Initial version.