Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> function parameter type conventions</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Function parameter type conventions
------------------------------------------------------------------------------
 The following table shows the data types used as parameters and return
 values from all Blinker functions. The one or two letter prefixes and their
 declarations for BASIC, C/C++ and Clipper are as follows:

 ni    signed integer       signed word numeric
 nu    unsigned integer     unsigned word numeric
 nl    long integer         signed dword numeric
 c     string               byte pointer character
 l     boolean              word logical

 (No type declaration is needed in the CA-Clipper language, but the passed
 parameters must be of the correct type).

 Logical (or Boolean) values are only directly supported for CA-Clipper. All
 other languages should use the numeric integer type, passing a zero value to
 indicate false, and a non zero value to indicate true. Return values from
 the functions use the same convention.

 For languages not listed, use the data types which match the C types.

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