viewing paste Unknown #248 | C

Posted on the
1 2 3 4 5 6 7 8 9 10
p=skip_space(p);
    if(*p==';') {
        // if(); for(); while(); ‚Ì‚½‚߂ɕ‚¶”»’è
        p = parse_syntax_close(p + 1);
        return p;
    }
    if(*p==')' && parse_syntax_for_flag)
        return p+1;
 
    p = skip_space(p);
Viewed 803 times, submitted by Epoque.