File: discrim.h

package info (click to toggle)
sim4 0.0.20030921-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 424 kB
  • ctags: 503
  • sloc: ansic: 5,802; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#ifndef SIM_DISCRIM_H
#define SIM_DISCRIM_H
/* $Id: discrim.h,v 1.1 2000/06/05 22:23:15 florea Exp $ */

bool is_DNA(uchar *s, int len);

#endif