comparison frtest/preproc.c @ 289:18229558c8bf

gsmfr-preproc: convert to libgsmfr2
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 06:22:46 +0000
parents b722fcb52926
children
comparison
equal deleted inserted replaced
288:e0b46ac2c326 289:18229558c8bf
5 */ 5 */
6 6
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <stdlib.h> 9 #include <stdlib.h>
10 #include "../libgsmfrp/gsm_fr_preproc.h" 10 #include "../libgsmfr2/tw_gsmfr.h"
11 #include "../libtest/binreader.h" 11 #include "../libtest/binreader.h"
12 12
13 main(argc, argv) 13 main(argc, argv)
14 char **argv; 14 char **argv;
15 { 15 {