aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/cfrac/seive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/cfrac/seive.h')
-rw-r--r--src/benchmarks/cfrac/seive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/benchmarks/cfrac/seive.h b/src/benchmarks/cfrac/seive.h
new file mode 100644
index 0000000..2e1cb85
--- /dev/null
+++ b/src/benchmarks/cfrac/seive.h
@@ -0,0 +1,3 @@
+extern unsigned long seivesize;
+
+extern unsigned char seive[];