mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-21 19:30:51 +00:00
7 lines
181 B
C
7 lines
181 B
C
#include <Serial.h>
|
|
#include <Devices.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
OSErr setupDebugSerialPort(short refNum);
|
|
OSErr writeSerialPortDebug(short refNum, const char* str); |