stdcall

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Tue Jul 22 08:02:18 EDT 2003


Dnia wto 22. lipca 2003 13:52, Ross Paterson napisał:

> The proposal was to have this in addition to ccall.  This convention
> is currently called CALLCONV in the network, GLUT and OpenGL packages,
> with hacks to turn it into ccall or stdcall.  I think it makes sense to
> regularize it as stdcall.

In gcc on Unix you can declare a function as "stdcall" and it will change the 
calling convention accordingly. I don't know of any library that uses it, but 
this shows that "stdcall" is used as a name of this particular calling 
convention for ix86 even on Unix.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/




More information about the FFI mailing list