FIFO 满,写失败;FIFO空,读失败#include #define BUFSIZE 10#define FIFOFULL -1#define FIFOEMPTY -2#define RWOK 0typedef struct FifoType ...
確定! 回上一頁