02-11-2009 03:05 AM - edited 02-11-2009 03:13 AM
Sorry,found what's wrong
02-12-2009 09:40 AM
02-19-2009 03:29 AM
It shouldn't be necessary, in ANSI C, the following code should work:
struct node { int x; node *next;};