Searched refs:buf_SIZE (Results 1 – 1 of 1) sorted by relevance
9 #define buf_SIZE 256 // 定义消息的最大长度 macro32 char buf[buf_SIZE] = {0}; in shell_pipe_test()33 n = read(fd[0], buf, buf_SIZE); // 从管道的读端读取一条消息 in shell_pipe_test()