Re: implementing (...) function

Greg Ewing <[email protected]>
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.