FindNextChainPDB.c



PDB *FindNextChainPDB(PDB *pdb)

Input/Output

PDB *pdb PDB linked list

Returns

PDB * Pointer to start of next chain in linked list

Description

Terminates the linked list at the end of the current chain and returns a pointer to the start of the next chain.

Created: 23.05.94 Last Modified: 23.05.94