DupePDB.c



PDB *DupePDB(PDB *in)

Inputs

PDB *in Input PDB linked list

Returns

PDB * Duplicated PDB linked list (NULL on allocation failure)

Description

Duplicates a PDB linked list. Allocates new linked list with identical data.

Created: 11.10.95 Last Modified: 08.10.99