FreeCalypso > hg > gsm-codec-lib
view libtwamr/bitno.h @ 256:a33edf624061
libgsmfr2: start with API definition and port of libgsmfrp code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Apr 2024 20:49:53 +0000 |
parents | f931e704adc5 |
children | 99661127ca53 |
line wrap: on
line source
/* * This header file holds extern declarations for the tables * that have been moved from bitno.tab to bitno.c and prmo.c * with intermodule linkage. */ #ifndef bitno_h #define bitno_h #include "typedef.h" extern const Word16 *bitno[9]; extern const Word16 prmno[9]; extern const Word16 prmnofsf[8]; #endif