Function Macro
VipsBUF_STATIC
since: 8.0
Declaration [src]
#define VIPS_BUF_STATIC (
TEXT
)
Description [src]
Initialize a heap buffer. For example:
char txt[256];
VipsBuf buf = VIPS_BUF_STATIC(txt);
Available since: 8.0
This function is not directly available to language bindings.