FreeCalypso > hg > gsm-codec-lib
diff libtwamr/bitno.h @ 254:f931e704adc5
libtwamr: bits and parameter packing
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Apr 2024 07:41:31 +0000 |
parents | |
children | 99661127ca53 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libtwamr/bitno.h Fri Apr 05 07:41:31 2024 +0000 @@ -0,0 +1,16 @@ +/* + * 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