/***************************************
*                                      *
*   Copyright (c) 1998 Jean-Eric Pin   *
*   All rights reserved.               *
*                                      *
*   TAB = 2 spaces                     *
*                                      *
***************************************/

/*-------------------------------------------------------------------
 * Mots.h    Jean-Eric Pin 31/03/97
 *-------------------------------------------------------------------
 */     

typedef lettre *Mot;  

short EstEgalMots(element ex, element ey);
void ConcateneMots(Mot x, Mot y, Mot xy);
void ProduitMots(element ex, element ey, element exy);
unsigned long HachageMots(element ex);
unsigned long HachageSecondaireMots(element ex);
void FaireIdentiteMots(element x);
void SauvegardeMots(FILE *fichier);
void LectureMots(FILE *fichier);
void EntreeMots(void);
void SortieMots(element x);
/* element AlloueMemoireEMot(void);
void LibereMemoireEMot(element Element); */