Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>clextern declares external code and data</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLextern           Declares external code and data


Syntax:        CLextern <xtype x1, xtype x2, ...>

Description:   Declares external code and data.  Allowable external
               types (xtype) are byte, int, log, long, double, cptr, and
               far.  Far is used to declare external functions.  Cptr is
               used to access external pointers in the form:
               segment:offset.

See Also: Cglobal CLpublic

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