summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
blob: 850204b6d489914958467bf567280de68eb110ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CARYLL_INCLUDE_TABLE_FPGM_PREP_H
#define CARYLL_INCLUDE_TABLE_FPGM_PREP_H

#include "table-common.h"

typedef struct {
	sds tag;
	uint32_t length;
	OWNING uint8_t *bytes;
} table_fpgm_prep;

extern caryll_RefElementInterface(table_fpgm_prep) table_iFpgm_prep;

#endif