mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
9 lines
166 B
C
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
|