bm_sizeof
From ArchaicPixels: HuC and PCEAS Documentation
original documentation
bm_sizeof(char *name); [ 3.03+ ]
Return size of user data for a BRAM file with a given name
bm_sizeof
Prototypes:
bm_sizeof(char* name);
Arguments:
name: A filename in backup RAM
Returns:
The size of the file "name" in backup RAM.
Description:
This function returns the size of a specified file in backup RAM.
Complete Example:
See bm_getptr.
Notes:
This function was added in version 3.03.
