File: blocksprogs.h

package info (click to toggle)
blimps 3.9-1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 19,348 kB
  • ctags: 4,854
  • sloc: ansic: 43,267; perl: 3,030; csh: 1,368; sh: 1,134; makefile: 101; cs: 27; cobol: 23
file content (21 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*	system headers */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <unistd.h>
#include <ctype.h>
/*	blimps library headers */
#include <global.h>
#include <errors.h>
#include <memory.h>
#include <residues.h>
#include <blocks.h>
#include <matrix.h>
#include <sequences.h>
#include <aabet.h>
#include <ntbet.h>
#include <convert.h>
#include <frequency.h>
#include <files.h>
#include <protomat.h>