摘要: #include #include #include #define MAX 512 struct partition { char pn[10]; int begin; int size; int end; char status; }; struct partition part[MAX]; int ... 阅读全文
posted @ 2016-06-03 16:01 35陈泽展 阅读(144) 评论(0) 推荐(0) 编辑