Chapitre 9 : liste linéaire chaînée (suite)

while (liste) /* Tantque la liste soit non vide */. { printf("%5d ", liste -> valeur );.
liste = liste -> suivant ; /* avancer dans la liste */. } } Exercice : Simuler la fonction
 ...

Part of the document