[prev] 51 [next]

NodeT *list = createNode(1);
list->next  = createNode(42);
list->next->next = createNode(9024);