File: utils.h

package info (click to toggle)
squizz 0.99d%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,772 kB
  • sloc: sh: 4,799; ansic: 2,640; lex: 1,992; yacc: 1,650; makefile: 123
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
/* utils.h - Sequence utilities functions */

#ifndef SQUIZZ_SEQUENCE_UTILS_H_
#define SQUIZZ_SEQUENCE_UTILS_H_

/* Functions prototypes */
char *sequence_fixnam(const char *);

#endif /* SQUIZZ_SEQUENCE_UTILS_H_ */