Abstract
- Built on top of System Call (系统调用)
- Runs in User Mode
- Some written in Assembly language
- Can be traced by
lstrace
Benefits
Abstraction
- Make it possible to make System Call (系统调用) from Programming Language like Java and C
Terminologies
Library Procedure
- The underlying codes that carry out Library Call