File: blocksprogs.h

package info (click to toggle)
blimps 3.9%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster
  • size: 6,812 kB
  • sloc: ansic: 43,271; csh: 553; perl: 116; makefile: 99; 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>