@CHIP-RTOS C Library V2.00 - Helper Functions
helper_dezout
Character output function void helper_dezout ( unsigned int x, unsigned int zero ); Parameters
x
- Decimal value to print over STDOUT
zero
- Zero-Mode
if zero==0, leading zeros are printed as zeros.
if zero<0, leading zeros are not printed
if zero>0, leading zeros are printed as spaces.
Return Value
- -- none --
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|