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