Function Macro

VipsBUF_STATIC

Declaration [src]

#define VIPS_BUF_STATIC (
  TEXT
)

Description [src]

Initialize a heap buffer. For example:

char txt[256];
VipsBuf buf = VIPS_BUF_STATIC(txt);

This function is not directly available to language bindings.

Parameters

TEXT

Type: -

The storage area to use.