1 2 3 4 5 6 7 8 9 10
/* See LICENSE file for copyright and license details. */ #include "internals.h" void zinit(z_t a) { a->alloced = 0; a->chars = 0; }