Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - tcxlinit http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TcxlInit

Synopsis........Low-level Library Initialization.

Header File.....TCXLdef.h

Prototype.......VOID CTYP TcxlInit(NOARG);

Source File.....UTL\TCXLINIT.C

Arguments.......None

Returns.........None

Notes...........Within this function, the low-level Access Level and
                Internal Level are initialized.  In future versions, all
                add-in modules will also be initialized here, as well as
                user-defined functions.  This function also sets the
                _TcxlTerm() function as a termination function, using the
                compiler's atexit() procedure.

Example.........#include <TCXLdef.h>

                int main(int argc, char **argv)
                {
                   TcxlInit();
                   ProcessMain();
                   exit(0);
                }

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson