comparison 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
comparison
equal deleted inserted replaced
253:54f6bc41ed10 254:f931e704adc5
1 /*
2 * This header file holds extern declarations for the tables
3 * that have been moved from bitno.tab to bitno.c and prmo.c
4 * with intermodule linkage.
5 */
6
7 #ifndef bitno_h
8 #define bitno_h
9
10 #include "typedef.h"
11
12 extern const Word16 *bitno[9];
13 extern const Word16 prmno[9];
14 extern const Word16 prmnofsf[8];
15
16 #endif