Subversion Repositories wimsdev

Rev

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

Rev 5512 Rev 5514
Line 331... Line 331...
331
    if(vbuf[0]) {
331
    if(vbuf[0]) {
332
    if(vbuf[1]==0) tprint("_%c ",vbuf[0]);
332
    if(vbuf[1]==0) tprint("_%c ",vbuf[0]);
333
    else tprint("_{%s} ",vbuf);
333
    else tprint("_{%s} ",vbuf);
334
    }
334
    }
335
}
335
}
336
s
336
 
337
/* sort according to type */
337
/* sort according to type */
338
int fsort(const void *p1, const void *p2)
338
int fsort(const void *p1, const void *p2)
339
{
339
{
340
    struct afactor *t1, *t2;
340
    struct afactor *t1, *t2;
341
    int i1,i2;
341
    int i1,i2;