Not compiling copy because of a silly linker problem on the mac
This commit is contained in:
8
priv/erl_comm.h
Normal file
8
priv/erl_comm.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _ERL_COMM_H
|
||||
#define _ERL_COMM_H
|
||||
typedef unsigned char byte;
|
||||
|
||||
int read_cmd(byte *buf);
|
||||
int write_cmd(byte *buf, int len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user