FindNextResidue.c



PDB *FindEndPDB(PDB *start)

Inputs

PDB *start PDB linked list

Returns

PDB * pointer to next residue

Description

Step along a PDB linked list from start until we find a different residue. Return a pointer to this PDB item.

Created: 08.07.93 Last Modified: 09.08.95


PDB *FindNextResidue(PDB *pdb)

Inputs

PDB *pdb PDB linked list

Returns

PDB * Next residue in PDB linked list or NULL if there is none.

Description

Finds the next residue in a PDB linked list.

Created: 08.08.95 Last Modified: 08.08.95