MB_GetParentSystemBufSize

C Specification

#include <nitro/mb.h>

int MB_GetParentSystemBufSize(void);

Arguments

None.

Return Values

Returns the size of allocated work memory used by MB.

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.

See Also

MB_Init, MB_End

Revision History

10/05/2004 Initial version.