An API is an application programming interface. User programs communicate with the kernel via making system calls. The system calls are essentially the Linux kernel's API. I'd suggest you try Google for more information, since there's quite a lot written about this.
|