/*
 * déclaration (prototype) d'une fonction
 */ 

int somme(int, int);
