(C) 1998 AROS - The Amiga Research OS
struct List * list; struct Node * node; node->ln_Pri = 5; // Sort the node at the correct place into the list Enqueue (list, node);