i have two functions f1 and f2. In f1 i am calling f2.

f2 checks for some condition and if its true then it exits. so what i want is if f2 exits then along with f2, f1 must also exit