Shinobi Library - File System Macro

gdFsGetWorkSize

Determines the number of bytes for the library work area

FORMAT

gdFsGetWorkSize( max_open )

PARAMETER

 max_open  Number of files that can be open at one time 

RETURN

Number of bytes required for the library work area

DESCRIPTION

Determines the number of bytes required for the library work area.

EXAMPLE

Uint32 gdfswork[gdFsGetWorkSize(8)/4];

gdFsGetWorkSize
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999