Skip to main content

Timeline for extern and the XC8 C compiler

Current License: CC BY-SA 3.0

2 events
when toggle format what by license comment
Nov 11, 2014 at 20:37 comment added tcrosley Correct. Also, you can include initialization only on the definition of the variable e.g. int a = 0; it is an error to repeat this again in an external declaration e.g. extern int a = 0; // error
Nov 11, 2014 at 20:25 history answered brhans CC BY-SA 3.0