nœud struct


struct node {
	int l;
  struct node* next;
};

Motionless Markhor