Subversion Repositories wimsdev

Rev

Rev 10 | Rev 6421 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 5762
Line 134... Line 134...
134
 
134
 
135
void about(void)
135
void about(void)
136
{
136
{
137
    cmdparm="-v"; prepabout("",outputfname,NULL);
137
    cmdparm="-v"; prepabout("",outputfname,NULL);
138
    if(readabout()>0)
138
    if(readabout()>0)
139
      printf("<A HREF=\"%s\">Yacas %s</A>",homepage,aboutbuf);
139
      printf("<a href=\"%s\">Yacas %s</a>",homepage,aboutbuf);
140
}
140
}
141
 
141
 
142
char *dynsetup(char *ptr, char *end)
142
char *dynsetup(char *ptr, char *end)
143
{
143
{
144
    int i; char *p, *pp;
144
    int i; char *p, *pp;