Next: , Previous: , Up: Using libffi   [Index]


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.