摘要: main.c myalrm.c myalarm.h makefile 阅读全文
posted @ 2019-03-23 22:49 luph 阅读(209) 评论(0) 推荐(0)
摘要: //*** myls--h.c文件 ***// 1 #include 2 #include 3 #include "h.h" 4 int is_or_hidenode(char *path) 5 { 6 char *str = NULL; 7 str=strrchr(path,'/'); 8 if(str != NULL) 9 {... 阅读全文
posted @ 2019-03-16 12:31 luph 阅读(268) 评论(0) 推荐(0)