7 lines
59 B
C
7 lines
59 B
C
#include <stdio.h>
|
|
|
|
void
|
|
bar (void)
|
|
{
|
|
printf ("OK\n");
|
|
}
|