typedef _Complex double S;
S bar (void);
void quux (S, S);
void foo (void)
{
 quux (bar(), bar());
}


syntax highlighted by Code2HTML, v. 0.9.1