Files
c_soft/riscv/head.h

9 lines
98 B
C

#ifndef head_h__
#define head_h__
int my_printf(const char* fmt, ...);
void cpu_test();
#endif