Application Binary Interface


Application Binary Interface

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

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