Use the lea instruction to reduce number of "inc"s
[ipdf/code.git] / src / tests / arb.cpp
1 #include <cstdlib>
2 #include <cstdio>
3 #include <iostream>
4
5 #include "arbint.cpp"
6
7 using namespace std;
8 using namespace IPDF;
9
10 int main(int argc, char ** argv)
11 {
12         Arbint a(4294967296L);
13         printf("%s\n", a.Str().c_str());
14 }

UCC git Repository :: git.ucc.asn.au