#include #include typedef struct Port PORT; typedef struct Message MSG; PutSyncMsg(port, msg) PORT *port; MSG *msg; { } PutSyncMsgSimple(port, ptr, cmd) PORT *port; MSG *msg; { }