Next: , Previous: Types, Up: Using libffi


2.4 Multiple ABIs

A given platform may provide multiple different ABIs at once. For instance, the x86 platform has both `stdcall' and `fastcall' functions.

libffi provides some support for this. However, this is necessarily platform-specific.