摘要: #include<stdio.h>typedef int KeyType;#define LIST_SIZE 20typedef struct RecordType{ KeyType key; //OtherType other_data;}RecordType; typedef struct Re 阅读全文
posted @ 2016-12-03 19:46 Freeloop_嘉 阅读(546) 评论(0) 推荐(0)