AppendPDB.c



PDB *AppendPDB(PDB *first, PDB *second)

Inputs

PDB *first First linked list (may be NULL)
PDB *second Second linked list

Returns

PDB * Start of list

Description

Appends list second onto first. Returns start of new list (useful if first was NULL).

Created: 13.05.92 Last Modified: 09.07.93