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