diff libgsmfr2/typedef.h @ 263:ffdcdb27d673

libgsmfr2: integrate e/d state from TU-Berlin code
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Apr 2024 01:10:37 +0000
parents 573afa985df6
children
line wrap: on
line diff
--- a/libgsmfr2/typedef.h	Sat Apr 13 00:43:36 2024 +0000
+++ b/libgsmfr2/typedef.h	Sat Apr 13 01:10:37 2024 +0000
@@ -8,3 +8,9 @@
 
 typedef uint16_t uword;
 typedef uint32_t ulongword;
+
+#define	MIN_WORD	(-32767 - 1)
+#define	MAX_WORD	  32767
+
+#define	MIN_LONGWORD	(-2147483647 - 1)
+#define	MAX_LONGWORD	  2147483647