Bioplib
Protein Structure C Library
|
Parse a residue specification. More...
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include "macros.h"
#include "SysDefs.h"
#include "pdb.h"
Go to the source code of this file.
Functions | |
PDB * | blFindResidueSpec (PDB *pdb, char *resspec) |
Parse a residue specification.
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Definition in file FindResidueSpec.c.
[in] | *pdb | PDB linked list |
[in] | *resspec | Residue specification |
Search a PDB linked list for a specified residue (given as [chain][.]num[insert])
Definition at line 119 of file FindResidueSpec.c.