Function
Geglmemeq_zero
Declaration [src]
gboolean
gegl_memeq_zero (
gconstpointer ptr,
gsize size
)
Description [src]
Checks if all the bytes of the memory block ptr
, of size size
,
are equal to zero.
This function is not directly available to language bindings.