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
11
extern
"C"
{
12
#endif
21
void
mz_printf_ISR
(
void
* __ch);
22
28
void
mz_printf
(
void
* __ch);
29
36
int
mz_puts
(
void
* __ch);
38
#ifdef __cplusplus
39
}
40
#endif
41
#endif
/* MZ_PRINT_H_ */
mz_puts
int mz_puts(void *__ch)
This function prints the given string.
mz_printf
void mz_printf(void *__ch)
This function prints a Single character from value.
mz_printf_ISR
void mz_printf_ISR(void *__ch)
This function prints a Single character from interrupt.
inc
MZ_print.h
Generated by
1.9.3