GLYLIB  0.3.0b
outputPDB.c File Reference
#include <molecules.h>
#include <mylib.h>
Include dependency graph for outputPDB.c:

Go to the source code of this file.

Defines

#define TRUE   1
#define FALSE   0

Functions

void outputMolPDB (molecule *mol, char *file_name)
void outputAsmblPDB (assembly *asmbl, char *file_name)
char * spacing (int strLen, int totLen)

Define Documentation

#define FALSE   0

Definition at line 6 of file outputPDB.c.

#define TRUE   1

Definition at line 5 of file outputPDB.c.


Function Documentation

char* spacing ( int  strLen,
int  totLen 
)

Definition at line 147 of file outputPDB.c.

Referenced by outputAsmblPDB(), and outputMolPDB().

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Defines