File: mega.h

package info (click to toggle)
squizz 0.99c%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,760 kB
  • ctags: 8,355
  • sloc: sh: 4,789; ansic: 2,640; lex: 1,999; yacc: 1,650; makefile: 119
file content (16 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* mega.h - MEGA alignment functions */

#ifndef __ALIGN_MEGA_H_
#define __ALIGN_MEGA_H_

#include <stdio.h>

#include "align.h"


/* Functions prototypes */
int mega_check(FILE *);
align_t *mega_parse(FILE *);
void mega_print(FILE *, align_t *);

#endif /* __ALIGN_MEGA_H_ */