The C Preprocessor: File Inclusion in C
Duration: 11:50 Min | Sep 07, 2023
Standard Library Header Include: This type of inclusion uses angle brackets and is used to include standard library header files. The compiler searches for these files in a series of standard locations specific to the implementation. For example, on Linux with the GCC compiler, the standard library files are searched in the /usr/include directory.