prepare_meanings.c
changeset 24 026a2ba0ce16
parent 23 97feccfc5215
equal deleted inserted replaced
23:97feccfc5215 24:026a2ba0ce16
    56             if(!word_header_dumped)
    56             if(!word_header_dumped)
    57             {
    57             {
    58                 printf(":%s:", word);
    58                 printf(":%s:", word);
    59                 word_header_dumped = 1;
    59                 word_header_dumped = 1;
    60             }
    60             }
    61             printf("[%s]\n%s\n\n", dictionarynames[i], def);
    61             printf("-- [%s]\n%s\n\n", dictionarynames[i], def);
    62         }
    62         }
    63     }
    63     }
    64 }
    64 }
    65 
    65 
    66 void dump_words()
    66 void dump_words()