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 - tcxlver http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TcxlVer

Synopsis........TCXL Version Number

Header File.....TCXLdef.h

Prototype.......WrdT TcxlVer(NOARG);

Returns.........An unsigned integer, with the high byte equal to the major
                version of TCXL and the low byte equal to the minor
                version.

Example.........printf("This is Version %d.%d of TCXL\n",
                   TcxlVer() >> 8, TcxlVer & 0x00ff);

                displays

                This is Version 5.52 of TCXL

Notes .....         None

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