System Calls

Any API function, internally, invokes a system call. The OS program that connects API function calls to system calls is the system call interface. When a function is called, the interface looks up the corresponding number of the system call based on which function was called.