摘要: 含有后台运行功能,日后会不定期加入管道功能,历史记录功能#include <stdio.h> #include <unistd.h> #define MAX_LINE 80 void setup(char inputBuffer[], char *args[],int *background) { int length, i, start, ct; ct = 0; length = read(STDIN_FILENO, inputBuffer, MAX_LINE); start = -1; if (length == 0) exi... 阅读全文
posted @ 2011-08-29 22:02 xxx1 阅读(250) 评论(0) 推荐(0) 编辑