20050105-1.c   [plain text]


void bar (struct S *);
void foo (void *x)
{
  bar ((struct S *) x);
}