#include <stdio.h>
Go to the source code of this file.
sort.c
Test program to sort a large number of integers.
Intention is to stress virtual memory system.
Ideally, we could read the unsorted array off of the file system, and store the result back to the file system! Size of array to sort.
Definition at line 12 of file bubsort.c.
Definition at line 15 of file bubsort.c.
References printf(), and SORT_SIZE.