e.g.
void foo(var1, var2, var3)
  int var1,var3;
  char var2;
{
  ----
}
This is not supported in VS2013, but works in gcc4.8. Does this type of function definition has any name?
e.g.
void foo(var1, var2, var3)
  int var1,var3;
  char var2;
{
  ----
}
This is not supported in VS2013, but works in gcc4.8. Does this type of function definition has any name?
 
    
    