mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-22 10:32:39 +00:00
6 lines
139 B
C
6 lines
139 B
C
#include <Serial.h>
|
|
#include <Devices.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
OSErr writeSerialPortDebug(short refNum, const char* str); |