int nombre = 5 ;
extern void affiche(void) ;
void main(void)
{
    affiche() ;
}
