GetPDBChainLabels.c



char *GetPDBChainLabels(PDB *pdb)

Inputs

PDB *pdb PDB linked list

Returns

char * Allocated string containing chain labels NULL if unable to allocate memory

Description

Scans a PDB linked list for chain names. Allocates memory for a string containing these labels which is returned.

N.B. You must free the allocated memory when you've finished with it!

Created: 25.07.95 Last Modified: 25.07.95