Inserts an element at the head of the list.
#include <prclist.h> PR_INSERT_LINK ( PRCList *elemp, PRCList *listp);
elemp
listp
PR_INSERT_LINK inserts the specified element at the head of the specified list.