Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 297 Bytes

h95.md

File metadata and controls

19 lines (13 loc) · 297 Bytes

H95 File Format

Format Specification

The structure of the header is as follows.

uint8_t id_length;  /* length of the id should always be 4 */
char    id[4];      /* should always be 'GID2'

Each string therein is 20 bytes each.

uint8_t name_length;
char    name[20];

116