Where are the function bodies to functions like
socket,bind,accept, etc??...
Using the c socket network programming for unix based systems,
we use the api, but where are the function bodies to these functions.
Im doing network programming, and I fill in the socket functions, bind, accept,
write, read, etc, but I would like to see the code from those functions.
Otherwise, im just filling in a blackbox function pretty much..
Where can I view the bodies to see how it works
Where to view?