]> www.ginac.de Git - cln.git/blobdiff - benchmarks/timebench2ap.cc
Remove obsolete CVSROOT directory.
[cln.git] / benchmarks / timebench2ap.cc
index 401e9292a8eaf4e8c295575908a54b910b691cc7..679a5f4cb2b1699e55823cd497ad4b23b70eab61 100644 (file)
@@ -1,8 +1,8 @@
 #include <cln/number.h>
 #include <cln/io.h>
 #include <cln/integer.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
 
 using namespace std;
@@ -28,8 +28,8 @@ int main (int argc, char * argv[])
        if (argc < 1)
                exit(1);
 
-       stderr << "Limit: " << limit << endl;
-       stderr << "Number of repetitions: " << repetitions << endl;
+       cerr << "Limit: " << limit << endl;
+       cerr << "Number of repetitions: " << repetitions << endl;
 
        { CL_TIMING;
          for (int rep = repetitions; rep > 0; rep--)