MB_GetParentSystemBufSize


C Specification

#include <nitro/mb.h>

int MB_GetParentSystemBufSize(void);

Description

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.

Caution

Arguments

None.

Return Values

Returns the size of allocated work memory used by MB.

See Also

MB_Init, MB_End

Revision History

10/05/2004 Initial version