int foo __P((int));
SM_DEAD(void exit __P((int)));
SM_UNUSED(static const char Id[]) = "@(#)Id: cdefs.html,v 1.2 2000/12/07 17:33:09 dmoen Exp";
SM_UNUSED(static const char Id[]) = "@(#)$NetBSD: cdefs.html,v 1.1.1.2 2003/06/01 14:01:34 atatat Exp $";
void
foo(x)
SM_UNUSED(int x);
{
SM_UNUSED(int y) = 0;
return 0;
}
void
bar(SM_UNUSED(int x))
{
return 0;
}