RdSSPDB.c



DISULPHIDE *ReadDisulphidesPDB(FILE *fp, BOOL *error)

Inputs

FILE *fp PDB file pointer

Outputs

BOOL *error Success

Returns

DISULPHIDE * Linked list of disulphide information. NULL if none found or error (Check flag)

Description

Searches a PDB file for SSBOND records and constructs a linked list of information from these records. Returns NULL if no disulphide information found. If memory allocation fails, the DISULPHIDE linked list formed thus far is returned and the error flag is set to TRUE

Created: 14.10.93 Last Modified: 14.10.93