Re: Stack Pointer..?
- From: mario.demiguel@xxxxxxxxx
- Date: 10 Oct 2005 11:48:02 -0700
7trackers@xxxxxxxxx wrote:
> Hi people...
>
> Here's my question...
>
> a function other than main is getting executed
> you have to find out which function called this function
>
> how can we do in C...?
I believe using __FUNCTION__ will show the current function's name, I'm
not sure about showing the calling function's name. My best advice,
try searching the groups for __FUNCTION__ to see if this question, or a
similar one, has already been answered.
.
- Follow-Ups:
- Re: Stack Pointer..?
- From: Jack Klein
- Re: Stack Pointer..?
- From: C Wegrzyn
- Re: Stack Pointer..?
- References:
- Stack Pointer..?
- From: 7trackers
- Stack Pointer..?
- Prev by Date: Re: indirect jmp
- Next by Date: Re: Size of data types in C?
- Previous by thread: Re: Stack Pointer..?
- Next by thread: Re: Stack Pointer..?
- Index(es):
Relevant Pages
|