#include <nitro/mb.h>
int MB_GetParentSystemBufSize(void);
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.
None.
Returns the size of allocated work memory used by MB.
10/05/2004 Initial version