Hey, I just scrolled one page more and saw the C source ;-)

Lemme play with it on my Solaris box and I'll get back to you.

Federico

> typedef long word;
> typedef struct {word dword, vword;} descriptor;
>
> int CtoIlist(int argc, descriptor argv[])
> {
>   printf("Calling Zlist...\n");
>   Zlist(5);
>   printf("Back from Zlist!\n");
>   return 0;
> }
>
> int Zlist(int x)
> {
>   printf("In Zlist!\n");
>   return;
> }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to