Template GreenCard

Rafael Martinez Torres rmartine at fdi.ucm.es
Wed Nov 17 08:32:55 EST 2004


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 ?








More information about the FFI mailing list