c - Is this valid code? extern marked with @ and address, from PIC microcontroller libraries -


this question has answer here:

i used clang perform analysis on code pic18 microcontroller. gets lots of errors , seem caused lines in headers this.

extern volatile unsigned char ansela @ 0xf38; 

i understand doing, mapping symbol register on chip, standard c or microchip extension compilers?

however standard c or microchip extension compilers?

it not standard c common extension used c embedded compilers.

see answer here on specific topic:

@ sign in c variable declaration


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -