|
From: | Arthur Davis |
Subject: | buffer stack |
Date: | Tue, 24 Jun 2003 14:04:45 -0400 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 |
For instance: f1() in file A calls f2() in file B which calls f3() back in file A. I'm looking for something that will allow me to pop back from f3() in file A to f2() in file B and then back to f1() in file A.
Any suggestions? Arthur
[Prev in Thread] | Current Thread | [Next in Thread] |