API concern program portability
- Programmer designing a program using API
- The API can expect program to compile and run on any system that supports the same API
Easy to work with
- Actual system calls can often be more detailed and difficult to work with
|