Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - va_list this array type, defined in stdarg.h, is used to_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   va_list          This array type, defined in stdarg.h, is used  to_
                    hold  information needed by the va_arg and  va_end
                    macros. The called function declares a variable of
                    type  va_list, which may be passed as an  argument
                    to a variadic function.




                    Definition:
                       typedef char __ss *va_list;

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