comparison libgsmfr2/ed_state.c @ 533:3a617e4e9b27

libgsmfr2: add const words with struct sizes
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Sep 2024 21:58:10 +0000
parents ffdcdb27d673
children
comparison
equal deleted inserted replaced
532:5a3535470c95 533:3a617e4e9b27
8 #include <stdlib.h> 8 #include <stdlib.h>
9 #include <string.h> 9 #include <string.h>
10 #include "tw_gsmfr.h" 10 #include "tw_gsmfr.h"
11 #include "typedef.h" 11 #include "typedef.h"
12 #include "ed_state.h" 12 #include "ed_state.h"
13
14 const unsigned gsmfr_0610_state_size = sizeof(struct gsmfr_0610_state);
13 15
14 struct gsmfr_0610_state *gsmfr_0610_create(void) 16 struct gsmfr_0610_state *gsmfr_0610_create(void)
15 { 17 {
16 struct gsmfr_0610_state *st; 18 struct gsmfr_0610_state *st;
17 19