dictre.h
changeset 2 57a1fcb0c75c
parent 0 7f37716d4f1e
child 5 c87681fff7d3
equal deleted inserted replaced
1:5af08d964c9e 2:57a1fcb0c75c
    33 
    33 
    34 /* load.c */
    34 /* load.c */
    35 void load_init();
    35 void load_init();
    36 void load_dictionary(FILE *index, FILE *fdefs);
    36 void load_dictionary(FILE *index, FILE *fdefs);
    37 void print_words();
    37 void print_words();
       
    38 
       
    39 /* fastmalloc */
       
    40 void * fastmalloc(int newsize);