typedef struct {
 long l[5];
} t;

f(size)
{
 t event;
 g(&(event.l[2 + size]), (3 - size) * 4);
}


syntax highlighted by Code2HTML, v. 0.9.1