@CHIP-RTOS C Library V2.00 - Helper Functions
helper_printf
Output function like original printf (but consumes less memory) int helper_printf ( const char _FAR *fmt, ... ); Parameters
fmt
- Format string, max. 180 characters
Return Value
- If 0, function is not supported on current RTOS.
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Developer Notes Pointers which are passed to this function must be of type "far".
e.g. helper_printf("%s", (char far *)string);
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|