User manual

Table Of Contents
mikroC PRO for PIC32
MikroElektronika
187
- protected
- public
- register
- return
- rx
- sfr
- short
- signed
- sizeof
- static
- struct
- switch
- template
- this
- throw
- true
- try
- typedef
- typeid
- typename
- union
- unsigned
- using
- virtual
- void
- volatile
- while
- xdata
- ydata
Also, the mikroC PRO for PIC32 includes a number of predened identiers used in libraries. You could replace them
by your own denitions, if you want to develop your own libraries. For more information, see mikroC PRO for PIC32
Libraries.
Identiers
Identiers are arbitrary names of any length given to functions, variables, symbolic constants, user-dened data types
and labels. All these program elements will be referred to as objects throughout the help (don’t get confused with the
meaning of object in object-oriented programming).
Identiers can contain the letters a to z and A to Z, underscore character “_”, and digits from 0 to 9. The only restriction
is that the rst character must be a letter or an underscore.
Case Sensitivity
The mikroC PRO for PIC32 identiers aren’t case sensitive by default, so that Sum, sum, and suM represent an
equivalent identier. Case sensitivity can be activated or suspended in Output Settings window. Even if case sensitivity
is turned off Keywords remain case sensitive and they must be written in lower case.