File: encoding.h

package info (click to toggle)
sim4 0.0.20121010-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,896 kB
  • sloc: ansic: 8,496; makefile: 31; sh: 15
file content (4 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (7)
1
2
3
4
/* mechanically generated; do not edit. Mon Jan 24 17:08:16 EST 2000 */
extern const unsigned char nfasta_ctype[256];
extern const unsigned char dna_complement[256];
enum { Nfasta_bad=0, Nfasta_nt=1, Nfasta_ws=2, Nfasta_amb=3 };