Go back..

/* Jesse McGinnis
 * Assignment 7, Q2
 * regular.h
 */
 
void regular(int R[], int n);

void print_array(int R[], int length);