7 lines
79 B
C
7 lines
79 B
C
extern int one(void);
|
|
|
|
int main(int argc, char * argv[])
|
|
{
|
|
return one();
|
|
}
|