6 lines
53 B
C
Raw Normal View History

2010-03-17 14:00:29 +02:00
extern int foo(void);
2016-07-09 11:21:54 +02:00
int main()
{
return foo();
}