diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libgsmefr/typedef.h	Thu Nov 24 05:30:03 2022 +0000
@@ -0,0 +1,5 @@
+/* adaptation between stdint types and those used by ETSI EFR code */
+
+typedef int16_t Word16;
+typedef int32_t Word32;
+typedef uint8_t Flag;