aboutsummaryrefslogtreecommitdiffstats
path: root/src/zinit.c
blob: fc6d9fc16f8adf97fffe2df9f40d3f7e0e590c52 (plain) (blame)
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;
}