[Pyrex] implementing (...) function

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 2 22:51:24 CEST 2008


Georg Grabler wrote:
> I was wondering how to wrap a function like
> 
> int SYMEXPORT logaction(char *fmt, ...)

Pyrex understands varargs notation in external function
declarations, so you should be able to declare it just
like that.

-- 
Greg




More information about the Pyrex mailing list