Re: Function Addresses?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Function Addresses?
- From: Lisa Parratt <lisa@...>
- Date: 2006年6月13日 16:11:18 +0100
King, Mike wrote:
Can someone tell me why the following code reports two different
function addresses?
*snip*
Um, because a() and a()() are different functions, and neither are b()?