Changeset 1278

Show
Ignore:
Timestamp:
03/18/10 14:55:10 (23 months ago)
Author:
Hugo
Message:

unxsVZ: done glossary.c required coding

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/glossary.c

    r1277 r1278  
    6262void htmlGlossaryPage(void) 
    6363{ 
     64        printf("<fieldset><legend><b>%s Glossary Entry</b>\n" 
     65                "<table>\n" 
     66                "<tr><td>%s</td></tr>\n" 
     67                "</table>\n", 
     68                cLabel 
     69                ,cText 
     70                ); 
    6471 
    6572}//void htmlGlossaryPage()