Linux下用C函数实现简单的交互式shell.pdfVIP

  • 1
  • 0
  • 约5.42千字
  • 约 11页
  • 2023-08-19 发布于台湾
  • 举报
#include stdio.h #include unistd.h #include strings.h #include string.h #include stdlib.h #include sys/types.h #include sys/stat.h #include fcntl.h #include sys/wait.h #define BUF_LEN 1024 #define MAX_FILE_NAME 256 #define MAX_PROCESS_NUM 2 #define MAX_ARGC 10 #define BOOL int #define

文档评论(0)

1亿VIP精品文档

相关文档