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