摘要: 头文件list.h#include#ifndef LIST_H_#define LIST_H_#define T_SIZE 41struct film{ char name[T_SIZE]; int ratting;};typedef struct film Item;struct no... 阅读全文
posted @ 2015-04-23 21:08 Flipped_chy 阅读(991) 评论(0) 推荐(0)