File: utils.h

package info (click to toggle)
squizz 0.99b%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,648 kB
  • ctags: 8,291
  • sloc: sh: 12,012; ansic: 2,607; lex: 1,944; yacc: 1,659; makefile: 119
file content (9 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
/* utils.h - Sequence utilities functions */

#ifndef __SEQUENCE_UTILS_H_
#define __SEQUENCE_UTILS_H_

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

#endif /* __SEQUENCE_UTILS_H_ */