Method

VipsTargetputc

Declaration [src]

int
vips_target_putc (
  VipsTarget* target,
  int ch
)

Description [src]

Write a single character ch to target. See the macro VIPS_TARGET_PUTC() for a faster way to do this.

Parameters

ch

Type: int

Character to write.

Return value

Type: int

0 on success, -1 on error.