1 2 3 4 5 6 7
#define EOS_OK 0 #define EOS_ERR -1 #define EOS_ERR_Q_FULL -10 #define EOS_ERR_Q_EMPTY -11 #define EOS_ERR_NET -20 void eos_init(void);