|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
C Functions with variable argument list in perlxsby Temeschwarrior (Novice) |
| on May 05, 2008 at 12:19 UTC ( #684623=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Temeschwarrior has asked for the
wisdom of the Perl Monks concerning the following question:
Hello com,
Im writing an interface for a shared library, but i have a little problem to handle C functions with variable argument list, becouse i dont know how to build an xsub with that. For example i have an function FWriteF(file, fmt, ...) its imposibel to call and if i have an function like VAWriteF(file, fmt, va_list) i cant do it too because an xsub like this:
dont work so how can i handle this? regards Temesch
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||