comparison libgsmfr2/add.c @ 265:a7b593e68ac3

libgsmfr2: integrate encoder main function from libgsm
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 00:24:21 +0000
parents 8b21a6b7a3bf
children
comparison
equal deleted inserted replaced
264:8b21a6b7a3bf 265:a7b593e68ac3
7 * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 7 * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
8 */ 8 */
9 9
10 #include <stdint.h> 10 #include <stdint.h>
11 #include <assert.h> 11 #include <assert.h>
12 #include <string.h>
13 #include "tw_gsmfr.h" 12 #include "tw_gsmfr.h"
14 #include "typedef.h" 13 #include "typedef.h"
15 #include "ed_state.h" 14 #include "ed_state.h"
16 #include "ed_internal.h" 15 #include "ed_internal.h"
17 16