View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > API

From LQWiki

Jump to: navigation, search

API stands for Application Programming Interface. It is a specification for using a particular software package or library. A single program or library is API-compatible with an alternative program or library if other software that uses it could be re-compiled, substituting the new program/library in the old one's place. An example is the C standard library (referred to as libc), which defines all the standard functions any C program should expect to have available.


Personal tools