[Mono-list] PInvoke Conventions

Sam Ruby rubys@us.ibm.com
Wed, 18 Jul 2001 11:33:46 -0400


Bob Salita wrote:
>
> Sam, which conventions are you refering to? Please give an example of the
> target C call and the DllImport definition.

[DllImport("libc")] int system(string command);

How does this work on machines in which the "C" definition of "int" is 64
bits?

- Sam Ruby