passer un tableau de nombre non spécifié de variables à une fonction

/**
* myFunction - receives an integer array of unspecified value
*/
void myFunction(int param[]) {
   .
   .
   .
}
Beta Scribbles