comparison libgsmefr/typedef.h @ 38:38326102fc43

libgsmefr: beginning to integrate code from ETSI
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 24 Nov 2022 05:30:03 +0000
parents
children af4b075d0313
comparison
equal deleted inserted replaced
37:b4db5366b595 38:38326102fc43
1 /* adaptation between stdint types and those used by ETSI EFR code */
2
3 typedef int16_t Word16;
4 typedef int32_t Word32;
5 typedef uint8_t Flag;