comparison libtwamr/bitno.h @ 355:9beb01439a90

libtwamr: implement DHF check function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 05 May 2024 21:59:18 +0000
parents 99661127ca53
children
comparison
equal deleted inserted replaced
354:e4ce7972737f 355:9beb01439a90
7 #ifndef bitno_h 7 #ifndef bitno_h
8 #define bitno_h 8 #define bitno_h
9 9
10 #include "typedef.h" 10 #include "typedef.h"
11 11
12 extern const Word16 *bitno[9]; 12 extern const Word16 * const bitno[9];
13 extern const Word16 prmno[9]; 13 extern const Word16 prmno[9];
14 extern const Word16 prmnofsf[8]; 14 extern const Word16 prmnofsf[8];
15 15
16 #endif 16 #endif