Where can I obtain a list of UNIX system calls?

后端 未结 8 1157
走了就别回头了
走了就别回头了 2020-12-31 15:37

Where are some lists of system calls on UNIX?

This wasn\'t my original question, but thanks anyway :)

8条回答
  •  粉色の甜心
    2020-12-31 16:23

    What you should really do is pick up a copy of "Advanced Programming in the Unix Environment" by W. Richard Stevens. This is the classic book on how to program Unix-like OS's. The book is old and MacOs/iPhoneOs are a different most traditional flavors of Unix, but the book is a great way to learn the basics and get a feel for how the API's are supposed to be used. Check it out at Amazon

提交回复
热议问题