Wrap C function which takes variable lengthed parameters?

Courageous jkraska at san.rr.com
Fri Dec 14 01:12:39 EST 2001


On 14 Dec 2001 06:07:31 GMT, "{-- Rot13 - Hateme" <ungrzr2 at ubatxbat.pbz> wrote:

>How to wrap a C function which takes variable lengthed
>parameter? Any one has such experience?

Ouch! There's a way to do this, if I recall. Something to do
with generating the varargs and prepping it correctly. Whether
or not you can do this _portably_ is not something that I recall.

C//




More information about the Python-list mailing list