#ifndef _QSORT #define _QSORT #include "utils.h" int my_partition(display *A, int p, int r); void my_qsort(display *A, int p, int r); #endif