R3Insert
void R3Insert(R3LIST *l, R3NODE *n, R3NODE *prev);
l - list
-
Inserts a node into a list. If 'prev' is NULL, new node is added at the head of the list.