说明: include struct freelink{ int len; int address; struct freelink *next; }; struct busylink{ char name; int len; int address; struct busylink *next; }; struct freelink * free_head=NULL; struct busylink * busy_head=NULL; struct busylink * busy_tail=NULL
<suibian211900> 在 上传 | 大小:223232