Method

VipsSbufgetc

Declaration [src]

int
vips_sbuf_getc (
  VipsSbuf* sbuf
)

Description [src]

Fetch the next character from the source.

If you can, use the macro VIPS_SBUF_GETC() instead for speed.

Return value

Type: int

The next char from sbuf, -1 on read error or EOF.