Insert a node at the head of a linked list

  • + 1 comment

    This line in the uneditable code: PrintSinglyLinkedList(llist->head, "\n", textWriter);

    Should be PrintSinglyLinkedList(llist.head, "\n", textWriter);