#include #include #include #include "commun.h" int main(void) { Candidat c; c = lireCandidat(); AffC(c); Choix chx; chx = lirechx(); return 0; }