6 lines
128 B
C
6 lines
128 B
C
#ifndef OMRON_ASYNCPROTOCOL_H
|
|
#define OMRON_ASYNCPROTOCOL_H
|
|
#include "sics.h"
|
|
void OMRONInitProtocol(SicsInterp *pSics);
|
|
#endif
|