7 lines
63 B
C
7 lines
63 B
C
#include "stack-fcall.h"
|
|
|
|
int f2(int i)
|
|
{
|
|
return f3(i) - i;
|
|
}
|