MB_GetParentSystemBufSize

Syntax

#include <nitro/mb.h>

int MB_GetParentSystemBufSize(void);

Arguments

None.

Return Values

Returns the size of work memory used by MB.

Description

Gets size of work memory used by MB.
If you have allocated memory in excess of the size of this return value, you can use it with the MB_Init function.

See Also

MB_Init, MB_End

Revision History

2004/10/05 Initial version.


CONFIDENTIAL