Damien GUIHAL <[EMAIL PROTECTED]> wrote: > Is va_list a real void * pointer, and if so why is it 12 bytes long? > If not what is it so that gcc can't make by default a copy of it?
Use va_copy(DEST, SRC) or __va_copy() if your version of GCC is too old. -- Edouard G. Parmelan http://egp.free.fr