Files
erlang-sqlite3/priv/erl_comm.h

9 lines
138 B
C

#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