#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 NitroStartUp
for details about the timing to be called.
NitroStartUp
, NITRO-SDK Header File Description
06/14/2005 Initial version