#include <stdio.h> #include <stdlib.h> void affichertab(long* T, int s); void genTab(long* T, long taille, long MAX);