aboutsummaryrefslogtreecommitdiffstats
path: root/src/zinit.c
blob: 144534e3fbd7f1234e9773df547e7d440ab22f8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* See LICENSE file for copyright and license details. */
#include "internals"


void
zinit(z_t a)
{
	a->alloced = 0;
	a->chars = 0;
}