monoZ docs
MZ_print.h
Go to the documentation of this file.
1
8#ifndef MZ_PRINT_H_
9#define MZ_PRINT_H_
10#ifdef __cplusplus
11extern "C" {
12#endif
21void mz_printf_ISR(void * __ch);
22
28void mz_printf(void * __ch);
29
36int mz_puts(void * __ch);
38#ifdef __cplusplus
39}
40#endif
41#endif /* MZ_PRINT_H_ */
int mz_puts(void *__ch)
This function prints the given string.
void mz_printf(void *__ch)
This function prints a Single character from value.
void mz_printf_ISR(void *__ch)
This function prints a Single character from interrupt.