10 lines
70 B
C
10 lines
70 B
C
int test(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int calltest(void)
|
|
{
|
|
return test();
|
|
}
|