摘要: alarm.c alarm.h main.c makefile 结果: 阅读全文
posted @ 2019-03-24 19:17 进阶的小菜鸡 阅读(123) 评论(0) 推荐(1)
摘要: main.c #include<stdio.h>#include<unistd.h>#include"ls.h"int main(int argc,char *argv[]){ char *optstring ="-l:a:i:h:"; int c; while(1) { c=getopt(argc 阅读全文
posted @ 2019-03-16 18:15 进阶的小菜鸡 阅读(196) 评论(0) 推荐(1)