Rebar good autoconf bad
This commit is contained in:
8
c_src/erl_comm.h
Normal file
8
c_src/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