[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

va_list (Was: Compile problem)



Damien GUIHAL <dguihal@free.fr> 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



Reply to: