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 - use this option if you want to generate __stdcall function names that will http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Use this option if you want to generate __stdcall function names that will
be compatible with version 10.0 of the compilers.  When this option is
omitted, all C symbols (extern "C" symbols in C++) are suffixed by "@nnn"
where "nnn" is the sum of the argument sizes (each size is rounded up to a
multiple of 4 bytes so that char and short are size 4).  When the argument
list contains "...", the "@nnn" suffix is omitted.  This convention is
compatible with Microsoft.  For more information on the __stdcall convention
see the section entitled Watcom C/C++ Extended Keywords.

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