2 * Loader that inits the startarray + size, runs the linked algorithm and later prints the array output.
8 typedef unsigned long numtype;
9 void array_contents(numtype array[], unsigned long size);
10 void algorithm (numtype in[], unsigned long size, unsigned int ops[]);