#ifndef MYSORT_H
#define MYSORT_H

void mysort_ints(int vals[], int n);

#endif

