7.2 Device Header Files

There is one header file that is recommended be included into each source file you write. The file is <xc.h> and is a generic file that will include other device-specific header files when you build your project.

Inclusion of this file provides access to SFRs for the core and peripheral modules. See 7.4 Using SFRS From C Code for further information.