struct
{
int n:1,c:1;
}p;

f()
{
p.c=p.n=0;
}


syntax highlighted by Code2HTML, v. 0.9.1