Old snapshot `BigIntegerLibrary-2005.01.16'; see the ChangeLog file.
[bigint/bigint.git] / BigIntegerLibrary.hh
diff --git a/BigIntegerLibrary.hh b/BigIntegerLibrary.hh
new file mode 100644 (file)
index 0000000..82c97c5
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+* Matt McCutchen's Big Integer Library
+* http://mysite.verizon.net/mccutchen/bigint/
+*/
+
+// This header file includes all the other header files.
+
+#include "NumberlikeArray.hh"
+#include "BigUnsigned.hh"
+#include "BigInteger.hh"
+#include "BigUnsignedInABase.hh"
+#include "BigIntegerUtils.hh"