Files
Linux_Drivers/freertos/cvitek/common/include/cv1835/printf.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

15 lines
167 B
C

#ifndef _PRINTF_H
#define _PRINTF_H
#ifdef __cplusplus
extern "C" {
#endif
int printf(const char *fmt, ...);
#ifdef __cplusplus
}
#endif
#endif /* end of printf*/