#include "syshdrs.h"
#ifdef PRAGMA_HDRSTOP
#	pragma hdrstop
#endif

void
DStrInit(DStr *const dst)
{
	memset(dst, 0, sizeof(DStr));
}	/* DStrInit */


syntax highlighted by Code2HTML, v. 0.9.1