超级经典的程序 包含所有好用的使用的 #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
// Copyright (C) 2001-2002 by David Yuheng Zhao // // Distribute and change freely, except: don't remove my name from the source // // No warrantee of any kind, express or implied, is included with this // software; use at your own risk, responsibil