summaryrefslogtreecommitdiffstats
path: root/source/aparser/templates/prs_uint8s.tpl
blob: 967162213f42d7be1c86da1a3b88416d764d6622 (plain)
1
2
	if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(il->@ARRAY_LEN@))) goto fail;
	if (!io_uint8s("@ELEM@", ps, depth+1, &il->@ELEM@,	il->@ARRAY_LEN@, @FLAGS@)) goto fail;