8 lines
58 B
C
8 lines
58 B
C
|
extern int test (void);
|
||
|
|
||
|
int
|
||
|
main()
|
||
|
{
|
||
|
return test ();
|
||
|
}
|