}
else
match_byte_assert(0x58);
+
+
+ int n_footnotes = get_u32();
+ fprintf(stderr, "%d footnotes\n", n_footnotes);
+ printf("------\n%d footnotes\n", n_footnotes);
+ if (n_footnotes < 10)
+ {
+ for (int i = 0; i < n_footnotes; i++)
+ {
+ printf("footnote %d:\n", i);
+ dump_value(0);
+ match_byte_assert(0x58);
+ printf("(%d)\n", get_u32());
+ }
+ }
}
int
"Speed" 58 00 00 00 00
"Speed" 00 58 58 00 00 00 00
+Footnotes
+---------
+
+germano/Crosstabs/00000000016_lightTableData.bin:
+
+i4
+
+03 "Not assuming the null hypothesis." 58 00 00 00 00 "Assuming the alternate hypothesis" 01 58 i11
+03 "Using the asymptotic standard error assuming the null hypothesis." 58 00 00 00 00 "Using the asym std error ..." 01 58 i9
+03 "Based on chi-square approximation" 58 00 00 00 00 "Based on chi-square approximation" 01 58 i2
+03 "Likelihood ratio chi-square probability." 58 00 00 00 00 "Likelihood ratio chi-squ ..." 01 58 i3
+
Fonts
-----