[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] One for the language lawyers ...



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