Skip to content
Snippets Groups Projects
not-enough-par.c 63 B
int f(int a, int, int c,...);

int main(){
  return f(1, 2);
}