13 lines
107 B
C
13 lines
107 B
C
|
void
|
||
|
bar (x)
|
||
|
int x;
|
||
|
{
|
||
|
printf ("%d\n", x);
|
||
|
}
|
||
|
|
||
|
static void
|
||
|
unused ()
|
||
|
{
|
||
|
/* Not used for anything */
|
||
|
}
|