Skip to content

Header Files

Jasti Sri Radhe Shyam edited this page Oct 24, 2017 · 2 revisions

This page contains the list of header files details used in the programs included in the repository.

fcntl.h : file contorl options

  1. Open function
  2. Flags
    1. O_CREAT
    2. O_RDONLY
    3. O_WRONLY

stdlib.h : C standard Library definations

  1. Exit function

stdio.h : C standard buffered input/output

  1. fclose function
  2. fopen function
  3. fread function
  4. fwrite function
  5. perror function

unistd.h : standard symbolic constants and types

  1. Close function
  2. Read function
  3. Write function

References:

[1] : fcntl.h open group.
[2] : fcntl.h.0p - Linux manual page.
[3] : stdlib.h open group.
[4] : stdlib.h.0p - Linux manual page.
[5] : stdio.h open group.
[6] : unistd.h.0p - Linux manual page.

Clone this wiki locally