11.14.1 __DATA_LENGTH , __CODE_LENGTH
Description:
Symbols that represent the maximum length of their respective data sections.
Include:
libpic30.h
Prototype:
extern int __DATA_LENGTH;
extern int __CODE_LENGTH;
Remarks:
These symbols are defined in the default linker scripts. They are treated like assembler equates but can be used from C.
Default Behavior:
The address of the symbol (its value in equate terms) represents the maximum length of the data section.