Template GreenCard

Rafael Martinez Torres <[email protected]> Wed, 17 Nov 2004 14:32:55 +0100 (CET)
Newsgroups gmane.comp.lang.haskell.ffi
Message-ID <[email protected]>
I have no problems to interface such a function in C with the next
prototype:

int foo(int a, int b);

Problemas arise when dealing with variable-arguments prototypes like :

int foo( int a, ...);

How to solve it ?

is Template GreenCard designed to deal with this kind of functions ?

Where to download an example ?