6 lines
59 B
6 lines
59 B
17 years ago
|
extern int bar1(void);
|
||
|
int main(void)
|
||
|
{
|
||
|
return bar1();
|
||
|
}
|