dreamcast/sh7091/c_serial.h

12 lines
120 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void sh7091_character(const char c);
#ifdef __cplusplus
}
#endif