struct foo {
int a,b,c;
};
f(struct foo*a,struct foo*b)
{
*a=*b;
}


syntax highlighted by Code2HTML, v. 0.9.1