> From: Mathew Hendry > > <varargs.h> is pre-ANSI and non-standard - use <stdarg.h> for > the standard stuff. Should be > > va_start(ap) Oops! I mean va_start(ap, lastarg) where ap is your va_list and lastarg is the last non-variadic parameter. > va_arg(ap, type) And not forgetting va_end(ap) although on most systems it doesn't do much. Best to be compliant if possible, though... -- Mat. -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )
- Re: [MP3 ENCODER] Please Vot... Whatever
- Re: [MP3 ENCODER] TagItem is... David Balazic
- Re: [MP3 ENCODER] TagItem is... Frank Klemm
- Re: [MP3 ENCODER] TagItem is... David Balazic
- Re: [MP3 ENCODER] TagItem issues... Frank Klemm
- Re: [MP3 ENCODER] TagItem issues... Mark Taylor
- Re: [MP3 ENCODER] TagItem issues... Sigbjørn Skjæret
- Re: [MP3 ENCODER] TagItem issues... Alexander Leidinger
- Re: [MP3 ENCODER] TagItem issues... Sigbjørn Skjæret
- RE: [MP3 ENCODER] TagItem issues... Mathew Hendry
- RE: [MP3 ENCODER] TagItem issues... Mathew Hendry
- RE: [MP3 ENCODER] TagItem issues... Robert Hegemann