#ifndef TRI_H #define TRI_H #include "tableau.h" void trier(); void bulle(int k); #endif