Синтаксис для создания узла

struct Node *ptr = (struct Node*) malloc (sizeof (struct Node))
Elated Elk