System Calls Resources

This page contains a list of resources for programming in C. These resources are ranked in order of value or most helpful.

See C Programming Resources for information related to programming in C.

Library References

  1. C Run-Time Library Reference - Microsoft run-time library

  2. C Standard Library Reference Tutorial - tutorialspoint.com

FileIO

  1. File and Device I/O using System Calls - lectures notes from usna.edu

  2. Input-output system calls in C: Create, Open, Close, Read, Write - GeeksforGeeks

  3. File I/O system calls - lecture notes from www.cs.columbia.edu/~jae/

  4. Code Wiki C

  5. A Handy Guide To Handling Handles