Changes to Answers to Frequently Asked Questions (FAQ) on comp.lang.c

Steve Summit scs at adam.mit.edu
Mon Jun 3 07:07:20 AEST 1991


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 at adam.mit.edu



More information about the Comp.lang.c mailing list