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 * | blFindResidue (PDB *pdb, char *chain, int resnum, char *insert) |
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 FindResidue.c.
[in] | pdb | PDB linked list |
[in] | chain | Chain label |
[in] | resnum | Residue number |
[in] | insert | Insert code |
Finds a pointer to the start of a residue in a PDB linked list. Uses string for chain and insert.
Definition at line 117 of file FindResidue.c.