说明: 超级经典的程序 包含所有好用的使用的 #include #include void main(void) { int i; struct ListEntry { int number; struct ListEntry *next; } start, *node; start.next = NULL; /* Empty list*/ node = &start; /* Poin t to the start of the list*/ for (i = 1; i next = (struc <dahuaidan90> 上传 | 大小:153kb