[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] One for the language lawyers ...
- Subject: [ale] One for the language lawyers ...
- From: johnmills at speakeasy.net (John Mills)
- Date: Thu, 8 Jan 2009 11:49:01 -0500 (EST)
ALErs -
What are the differences in use and availability for these two tokens in C
and C++:
__funct__
__FUNCTION__
as in:
printf("Bad arg received at %s\n", __FUNCTION__);
Both seem to be accepted and work similarly in my gcc-3.x and -4.x 'C'
environments, but I would like to know their relative hazards in code for
multiple processor types.
TIA.
- Mills