Table of Contents

hfzClose

Description

Close a HF2/HFZ file for reading/writing.

Function prototype

void hfzClose(hfzFile* fs);

Arguments

Name Type Description
fs hfzFile* A handle to an open hfzFile struct (see hfzOpen).

Return value

None (void).

Comments

None.