#include #include #include "myheader.h" int main() { int t[8] = {3, 5, 2, 8, 6, 1, 7, 4}; PAIR res = foo(t, 8); printf("%d %d\n", res.min, res.max); return EXIT_SUCCESS; }