8 lines
75 B
C
8 lines
75 B
C
|
void bar(void);
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
bar();
|
||
|
return 0;
|
||
|
}
|