Subversion Repositories wimsdev

Rev

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

Rev 8367 Rev 8871
Line 75... Line 75...
75
    pr=atoi(p[0]);
75
    pr=atoi(p[0]);
76
    if(pr<0 || pr>100000000) return;
76
    if(pr<0 || pr>100000000) return;
77
    fprintf(outf,"precision=%d\n",pr);
77
    fprintf(outf,"precision=%d\n",pr);
78
}
78
}
79
 
79
 
80
/* ajout de bpr */
-
 
81
void p_css(char *p[MAX_PARM])
80
void p_css(char *p[MAX_PARM])
82
{
81
{
83
    char vbuf_css[MAX_LINELEN+1];
82
    char vbuf_css[MAX_LINELEN+1];
84
    if(p==NULL) return;
83
    if(p==NULL) return;
85
    snprintf(vbuf_css,sizeof(vbuf_css),"%s",p[0]); subst(vbuf_css);
84
    snprintf(vbuf_css,sizeof(vbuf_css),"%s",p[0]); subst(vbuf_css);