#include "prototype.h" void testInsc(void) { Liste l; int nb=0; l=listenouv(); l=inscription(l, nb); affichage(l); } int main(void) { testInsc(); return 1; }