Apple Wiki
Advertisement
Apple Wiki

An application programming interface (API) is a set of clearly defined components used for developers to interact with software outside their control.

Description[]

An API provides calling conventions by which an application program can access the operating system and other services. An API is defined at the source code level and provides a level of abstraction between the application and the kernel (or other privileged utilities) to ensure the portability of the code.[1]

An API can also provide an interface between a high-level programming language and lower level functions and services which were written without consideration for the calling conventions supported by compiled languages. In this case, the API's main task may be the translation of parameter lists from one format to another and the interpretation of call-by-value and call-by-reference arguments in one or both directions.[1]

References[]

See also[]

External links[]

Utility stub shuffle This article is a stub. You can help by expanding it.
FOLDOC logo This page uses GFDL licensed content from the Free On-line Dictionary of Computing.
Advertisement