NitroStaticInit

C Specification

#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 NitroStartUp for details about the timing to be called.

See Also

NitroStartUp, NITRO-SDK Header File Description

Revision History

06/14/2005 Initial version