Files
RTLPlayground/rtl837x_stdio.h
T
2025-05-10 15:52:02 +02:00

9 lines
166 B
C

#ifndef _RTL837X_STDIO_H_
#define _RTL837X_STDIO_H_
void print_string(__code char *p);
void print_short(unsigned short a);
void print_byte(unsigned char a);
#endif