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 naming conventions</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Function naming conventions
------------------------------------------------------------------------------
 Assembler programmers note

 When calling from assembler you should add an underscore character `_' to
 the start of the function names in order to comply with C naming
 conventions.

 BASIC programmers note

 Blinker functions called from BASIC which receive string parameters or
 return string values have a different function name - the letters 'BAS' are
 appended to the normal nine character function name. For example, the BASIC
 version of BLIDEMDTE() is called BLIDEMDTEBAS().

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