[Pyrex] Pythonic wrapping of libxml2

Michael Hoffman hoffman at ebi.ac.uk
Wed Sep 29 14:32:35 CEST 2004


On Wed, 29 Sep 2004, Simon Burton wrote:

> If your c truly is rusty then come back
> to pyrex when you know what this is:
>
> char * const *(*next)();

You might find the cdecl utility helpful:

$ cdecl
Type `help' or `?' for help
cdecl> explain char * const *(*next)()
declare next as pointer to function returning pointer to const pointer to char
cdecl> declare back as pointer to pointer to function returning pointer to float
float *(**back)()
-- 
Michael Hoffman <hoffman at ebi.ac.uk>
European Bioinformatics Institute




More information about the Pyrex mailing list