Appends an element to the end of a list.
#include <prclist.h> PR_APPEND_LINK ( PRCList *elemp, PRCList *listp);
elemp
listp
PR_APPEND_LINK adds the specified element to the end of the specified list.