FS_GetTableSize

Syntax

#include <nitro/fs.h>

u32 FS_GetTableSize( void );

Arguments

None.

Return Values

Returns the memory size (bytes) required for tables.

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 is guaranteed that the function will always succeed.

See Also

FS_LoadTable

Revision History

2004/04/22 Initial version.


CONFIDENTIAL