Summary
An Application Binary Interface (ABI) is an interface between two binary program modules, often one of which is a library or operating system facility and the other is a program that is being run by a user.
1
ABIs are used to generate libraries, DLLs, etc., that can interoperate with binaries built by other implementations.
2
An ABI is also a contract between pieces of binary code defining the mechanisms by which functions are invoked and how parameters are passed between the caller and callee.
3
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
In computer software , an application binary interface ( ABI ) is an interface between two binary program modules. Often, one of these modules is a library or operating system facility, and the other is a program that is being run by a user.
Application binary interface - Wikipedia
wikipedia.org
Summary
ABI (Application Binary Interface) will be able to generate libraries, DLLs, etc., that can interoperate with D binaries built by other implementations.
The C ABI referred to in this specification means the C Application Binary Interface of the target system.
Application Binary Interface - D Programming Language
dlang.org
Unable to generate a short snippet for this page, sorry about that.
bensnider.com