FS_UnloadTable

Syntax

#include <nitro/fs.h>

static inline void* FS_UnloadTable(void);

Arguments

None.

Return Values

If there is a preloaded memory, this function returns its address. If there is no preloaded memory, it returns a value of NULL.

Description

This function frees memory that was preloaded by the FS_LoadTable function to the user. The ROM archive returns to default status.

See Also

FS_LoadTable

Revision History

2004/09/24 Initial version.


CONFIDENTIAL