MB_FakeGetWorkSize


C Specification

#include <nitro/mb_fake_child/mb.h>

u32 MB_FakeGetWorkSize( void );
    

Description

This function retrieves the work region's size for the MB_FakeInit function. MB_FakeInit passes a pointer to the work region to be used for the fake child library.

Arguments

None.

Return Values

The size required for the work region.

See Also

MB_FakeInit

Revision History

11/25/2004 Initial version.