Shinobi Library - File System Macro
gdFsGetDirrecSize
Gets the byte count for the directory buffer
FORMAT
gdFsGetDirrecSize(max_dirent)
PARAMETER
max_dirent
Maximum number of entries in the directory
RETURN
Number of bytes required for the directory buffer
DESCRIPTION
Determines the number of bytes required for the directory buffer.
EXAMPLE
Uint32 gdfscurdir[gdFsGetDirrecSize(64)/4];
gdFsGetDirrecSize
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999