diff libgsmfr2/typedef.h @ 262:573afa985df6

libgsmfr2: split pp_state.h from pp_internal.h
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Apr 2024 00:43:36 +0000
parents libgsmefr/typedef.h@af4b075d0313
children ffdcdb27d673
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libgsmfr2/typedef.h	Sat Apr 13 00:43:36 2024 +0000
@@ -0,0 +1,10 @@
+/*
+ * This internal header file provides adaptation between stdint types
+ * and those used by GSM 06.10 code from TU-Berlin.
+ */
+
+typedef int16_t word;
+typedef int32_t longword;
+
+typedef uint16_t uword;
+typedef uint32_t ulongword;