parse_text.c
changeset 25 8d524bb8dcea
parent 24 026a2ba0ce16
child 28 75b6d5659a19
equal deleted inserted replaced
24:026a2ba0ce16 25:8d524bb8dcea
    94 static void print_html_footer()
    94 static void print_html_footer()
    95 {
    95 {
    96     printf("</body></html>\n");
    96     printf("</body></html>\n");
    97 }
    97 }
    98 
    98 
    99 static void dump_signifo_with_p(const char *word, const char *signifo)
    99 static void dump_signifo_with_p(const unsigned char *word,
       
   100         const unsigned char *signifo)
   100 {
   101 {
   101     int i;
   102     int i;
   102     char last;
   103     char last;
   103 
   104 
   104     printf("<p>## Se moto %s:</p>\n<p>", word);
   105     printf("<p>## Se moto %s:</p>\n<p>", word);