#ifndef __QUICKSORT__ #define __QUICKSORT__ void quicksort(int* tab, int first, int last); #endif