This section contains the generic 'C' prototype. The generic prototype is used for all environments, including Windows.
Note: | All function arguments that are pointers are defined using the macro FAR, this macro is defined out (set to a blank) for all platforms except Windows. On Windows FAR is used to define pointer arguments as far pointers. |