You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
334 B

#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;
extern void print_device_mounted(const char *const description, const uint8_t count);
#endif