sumalibs first commit
This commit is contained in:
13
libfasta/fasta_header_parser.h
Normal file
13
libfasta/fasta_header_parser.h
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef FASTA_HEADER_PARSER_H_
|
||||
#define FASTA_HEADER_PARSER_H_
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
void *value;
|
||||
}element_from_header;
|
||||
|
||||
element_from_header* header_parser_main(char*);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user