Files
RomWBW/Source/HBIOS/ch376-native/source-doc/base-drv/print.h

11 lines
247 B
C

#ifndef __XPRINT
#define __XPRINT
#include <stdlib.h>
extern void print_hex(const char c) __z88dk_fastcall;
extern void print_string(const char *p) __z88dk_fastcall;
extern void print_uint16(const uint16_t n) __z88dk_fastcall;
#endif