NitroStaticInit

Syntax

#include <nitro/sinit.h>
static void NitroStaticInit( void );
  

Arguments

None.

Return Values

None.

Description

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.

See Also

NitroStartUp, NITRO-SDK Header File Description

Revision History

2005/06/14 Initial version.


CONFIDENTIAL