Code:
dictsetup(h:HASHED_DICTIONARY [HASHED_SET[STRING], STRING]; fname:STRING) is local in_file: TEXT_FILE_READ; t, t0: STRING do from !!in_file.connect_to(fname) !!set.make until in_file.end_of_input
dictsetup(h:HASHED_DICTIONARY [HASHED_SET[STRING], STRING]; fname:STRING) is local in_file: TEXT_FILE_READ; t, t0: STRING do from !!in_file.connect_to(fname) !!set.make until in_file.end_of_input
char ** setup_mutations()
{
char mutations[256][MAX_STRING];
char ** result;// = malloc(sizeof(char));
int i,j;
char c, current, string[MAX_STRING];
FILE * fp;
char * setup_mutations()
{
char *result = malloc(sizeof(char));
int i;
char c, current, string[MAX_STRING];
FILE * fp;
if((fp = fopen("mutations.txt","r"))==NULL){
printf("Mutations file not available\n");
exit(2);
}
for(i=0; i<256; i++){
line1 = biset_new(MAX_STRING); line2 = bitset_new(MAX_STRING); bitset_un = bitset_new(MAX_STRING); bitset_in = bitset_new(MAX_STRING);