CopyPDB.c



void CopyPDB(PDB *out, PDB *in)

Inputs

PDB *in Input PDB record pointer

Outputs

PDB *out Output PDB record pointer

Description

Copy a PDB record, except that the ->next is set to NULL;

Created: 12.05.92 Last Modified: 17.07.01