Method
VipsSbufskip_whitespace
Declaration [src]
int
vips_sbuf_skip_whitespace (
VipsSbuf* sbuf
)
Description [src]
After this, the next getc will be the first char of the next block of non-whitespace (or EOF).
Also skip comments, ie. from any ‘#’ character to the end of the line.