Initial commit

This commit is contained in:
logicog
2025-05-10 15:52:02 +02:00
parent d35eaa8a49
commit c4835b7a6c
7 changed files with 1301 additions and 0 deletions
+8
View File
@@ -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