FS_GetArchiveFNT


C Specification

#include <nitro/fs.h>

static inline u32 FS_GetArchiveFNT(const FSArchive *p_arc);
    

Description

Returns the archive's FNT offset. This value does not change after the archive is loaded; the base offset is not added to it.

If the archive was not loaded to the system by FS_LoadArchive, calling this function returns an undefined value.

Arguments

p_arc The address of the FSArchive structure

Return Values

The archive's FNT offset.

See Also

FSArchive, FS_GetArchiveBase, FS_GetArchiveFAT, FS_LoadArchive, FS_UnloadArchive

Revision History

11/02/2004 Corrected error in paragraph format.
07/12/2004 Corrected link error.
06/30/2004 Initial version.