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

/*-------------------------------------------------------------------
 * Blocs.h  Jean-Eric Pin 21/08/2006
 *-------------------------------------------------------------------
 */     

unsigned long Trouver(unsigned long x);
void Union(unsigned long x, unsigned long y);
void CalculBlocs(void);