Temeschwarrior has asked for the wisdom of the Perl Monks concerning the following question:
int FWriteF(file,fmt, ...) FILE* file const char * fmt CODE: I32 i; va_list args for(i = items, i < items; i++) args ?= ST(i); //how do i pass to args? RETVAL =VAWriteF(file,fmt,args); OUTPUT: RETVAL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: C Functions with variable argument list in perlxs
by tachyon-II (Chaplain) on May 05, 2008 at 13:03 UTC | |
|
Re: C Functions with variable argument list in perlxs
by Thelonius (Priest) on May 05, 2008 at 13:11 UTC | |
|
Re: C Functions with variable argument list in perlxs
by syphilis (Archbishop) on May 05, 2008 at 13:40 UTC | |
|
Re: C Functions with variable argument list in perlxs
by derby (Abbot) on May 05, 2008 at 12:53 UTC | |
|
Re: C Functions with variable argument list in perlxs
by Temeschwarrior (Novice) on May 05, 2008 at 17:55 UTC | |
|
Re: C Functions with variable argument list in perlxs
by salva (Canon) on May 07, 2008 at 08:29 UTC |