8 lines
60 B
C
8 lines
60 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void
|
||
|
foo (void)
|
||
|
{
|
||
|
printf ("foo\n");
|
||
|
}
|