Type Specifications
µVision3 automatically performs implicit type casting in an expression. You may explicitly cast expressions to specific data types. Type casting follows the conventions used in the C programming language. Example:
(unsigned int) 31.2 /* gives unsigned int 31 from the float value */