User manual
190
mikoC PRO for dsPIC
MikroElektronika
- 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 dsPIC30/33 and PIC24 includes a number of predened identiers used in libraries. You
could replace them by your own denitions, if you want to develop your own libraries. For more information, see mikroC
PRO for dsPIC30/33 and PIC24 Libraries.
Identiers
Identiers are arbitrary names of any length given to functions, variables, symbolic constants, user-dened 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).
Identiers 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 dsPIC30/33 and PIC24 identiers aren’t case sensitive by default, so that Sum, sum, and suM
represent an equivalent identier. 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.