Online Computer Dictionary

Browse words  |  Based on FOLDOC

Queried for: Application Binary Interface  About Application Binary Interface

Definition:

(ABI) The interface by which an application program gains access to operating system and other services. It should be possible to run the same compiled binary applications on any system with the right ABI.

Examples are 88open's Binary Compatibility Standard, the PowerOpen Environment and Windows sockets.