8 lines
58 B
C
8 lines
58 B
C
void flob(void);
|
|
|
|
int foo(void)
|
|
{
|
|
flob();
|
|
return 0;
|
|
}
|