摘要:
#include #define n 11 typedef struct node{ char name[20]; char use[100]; char pro[20]; }DOS; void Input(DOS dos[]) { strcpy(dos[0].name,"DIR"); strcpy(dos[0].use,"显示一个目录中的文件和目录。"... 阅读全文
posted @ 2016-03-22 18:05
bububulan
阅读(1117)
评论(0)
推荐(0)
浙公网安备 33010602011771号