System call Vs Library call

What is Linux System Calls and Library Functions?

by Himanshu Arora on July 4, 2012

Computer software are developed to either automate some tasks or solve some problems. Either way, a software achieves the goal with the help of the logic that the developer of that software writes. Every logic requires some services like computing the length of a string, opening a file etc. Standard services are catered by some functions or calls that are provided for this purpose only.
(more…)

{ 10 comments }