]> mj.ucw.cz Git - libucw.git/blobdiff - lib/asort-test.c
Use big_alloc().
[libucw.git] / lib / asort-test.c
index e20854237949f5d7c0d65074c8f301d57662b14a..acc209fc99a911e53f64c1bc9adb8f4856a24385 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Array Sorter Test and Benchmark
+ *     UCW Library -- Universal Array Sorter Test and Benchmark
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
@@ -68,7 +68,7 @@ int main(void)
   check();
   generate();
   init_timer();
-  as_sort(N);  
+  as_sort(N);
   printf("asort: %d ms\n", get_timer());
   check();
   return 0;