mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user