view libgsmefr/typedef.h @ 40:0f1fe48bdb46

libgsmefr/Makefile: add header file dependencies
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 24 Nov 2022 07:40:08 +0000
parents 38326102fc43
children af4b075d0313
line wrap: on
line source

/* adaptation between stdint types and those used by ETSI EFR code */

typedef int16_t Word16;
typedef int32_t Word32;
typedef uint8_t Flag;