Mega Code Archive

 
Categories / C Tutorial / Language
 

Headers

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