Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 ユーザーズマニュアル

製品コード
SW006021-1
ページ / 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 132
 2012 Microchip Technology Inc.
5.2.3
Common Compiler Interface Standard
This compiler conforms to the Microchip XC compiler Common Compiler Interface 
standard (CCI). This is a further refinement of the ANSI standard that attempts to stan-
dardize implementation-defined behavior and non-standard extensions across the 
entire MPLAB XC compiler family.
If you choose to write code which conforms to this standard, a compiler option (see 
Section 4.8.18 “--CCI: Enforce and Expect CCI Conformance”) should be enabled. 
This will to indicate that the compiler should enforce conformance. Alternatively, you 
may continue to write code using the non-standard ANSI extensions provided by the 
compiler.
A separate document (pending at the time of this writing) describes the interface.