int Cinsl(LLIST**,void *)


 

R1 Cinsl( P1,P2 )

Insère P2 dans la liste P1 à gauche du curseur.
En entrée :
En sortie : (Voir codes retour)
Remarque :  

Garantie:

Retour
Voir aussi :     exemple  000 
   
Cfirst(LLIST **)   Clast(LLIST**)      Cnext(LLIST **)  

Cdel(LLIST **) Celmt(LLIST **) Cprev(LLIST **)

Cinsl(LLIST **,void *) Cinsr(LLIST **,void *) Crand(LLIST **,void *) Cchange(LLIST **,void *)