bonjour;
j'ai deja manipulé les liste en c, esque c'est la meme structure?
voila un exemple en c:

typedef struct element *p
typedef struct element
{
int a;
int b;
p next;