Newsgroups: comp.lang.c Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!mintaka!bloom-picayune.mit.edu!adam!scs From: scs@adam.mit.edu (Steve Summit) Subject: Changes to Answers to Frequently Asked Questions (FAQ) on comp.lang.c Message-ID: <1991Jun2.210720.15666@athena.mit.edu> Sender: news@athena.mit.edu (News system) Reply-To: scs@adam.mit.edu (Steve Summit) Organization: Thermal Technologies, Cambridge, MA Date: Sun, 2 Jun 91 21:07:20 GMT Lines: 17 No changes this month except for one typo correction; I've been busy. (If you've sent suggestions, they're in the queue.) ========== < [Last modified April 29, 1991 by scs.] --- > [Last modified June 2, 1991 by scs.] ========== complete when the "next" field is declared. You will have to give the structure a tag ("struct node"), and declare the "next" field < as "struct node next;". --- > as "struct node *next;". ========== Steve Summit scs@adam.mit.edu