#include <nitro/mb.h>
int MB_GetParentSystemBufSize(void);
None.
Returns the size of allocated work memory used by MB.
Gets size or work memory used by MB. If allocated memory is greater than the size of this return value, you can use it with MB_Init
function.
10/05/2004 Initial version.