int Rrand( LLIST **p , void *elmt )
   {
         if( Lrand( p , elmt , LOK ) == LOK )
                 return( Celmt(p,elmt) );   
          return( LNOK );
   }
   

La fonction Lrand et Celmt teste l'existance de la liste p

=>Ex : Amélioration:

Faire en sorte que Celmt n'est plus à le faire .

Exemple   Rrand ( code source ):

 

 

 

 

 



 

   

 


Retour