GetPDBByN.c



PDB *GetPDBByN(PDB *pdb, int n)

Inputs

PDB *pdb PDB linked list
int n Offset into linked list

Returns

PDB * Pointer to n'th item in linked list

Description

Gets a pointer to a pdb item by taking a PDB linked list and an integer. The pointer returned is the n'th item in the list

Created: 13.05.92 Last Modified: 13.05.92