R3RemHead

FUNCTION:

R3RemHead

TEMPLATE:

R3NODE *R3RemHead( R3LIST *l);

PARAMETERS:

l - address of the list

RETURN VALUE:

address of the removed node

DESCRIPTION:

Removes the first node from the given list.