FS_GetTableSize


C Specification

#include <nitro/fs.h>

u32 FS_GetTableSize( void );

Description

This obtains the memory size required for internal file system tables. If you prepare at least as much memory as the return value before calling the FS_LoadTable() function, it will always succeed.

Arguments

None.

Return Values

Returns the memory size (bytes) required for tables.

See Also

FS_LoadTable

Revision History

04/22/2004 Initial Version