#include #include int main(void){ typedef struct mail { int valeur; struct mail* suivant; }maillon; return EXIT_SUCCESS; }