#include <nitro/sinit.h>
static void NitroStaticInit( void );
None.
None.
This function was prepared to use the static initializer in C language.
For each file, one NitroStaticInit
function can be created. This function is called when the application is started up for a resident module and during the overlay linking for an overlay module. Refer to the NitroStartUp
function for details about the timing of calling this function.
NitroStartUp
Description of Header Files (TWL-SDK)
2005/06/14 Initial version.
CONFIDENTIAL