Next The Identity Function 16

Dynamic Allocation

          node *newnode = malloc(sizeof(node));
          *head = newnode;


Next Copyright © 2001 M. J. Dominus