Headers : Header Files « Language « C Tutorial






  1. Each function in the C standard library has its associated header.
  2. The headers are included using #include.
  3. Header Including obtains the Declarations for the standard library functions.








1.17.Header Files
1.17.1.Include header file
1.17.2.Include the header file for input and output
1.17.3.Headers
1.17.4.Common Headers
1.17.5.Headers Added by C99
1.17.6.Macros in Headers