Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the following form of the auxiliary pragma specifies who removes from the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The following form of the auxiliary pragma specifies who removes from the
stack arguments that were pushed on the stack.

+--------------------------------------------------------------------------+
|      #pragma aux sym parm (caller | routine) [;]                         |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

sym
    is a function name.

"caller" specifies that the caller will pop the arguments from the stack;
"routine" specifies that the called routine will pop the arguments from the
stack.  If "caller" or "routine" is omitted, "routine" is assumed unless the
default has been changed in a previous auxiliary pragma, in which case the
new default is assumed.

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