Source-Changes archive

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

Re: CVS commit: syssrc/sys/dev/cardbus



"Perry E. Metzger" <perry%wasabisystems.com@localhost> writes:

> I'm not sure it should be __PRETTY_FUNCTION__ instead of __FUNCTION__
> The documentation seems to say __PRETTY_FUNCTION__ is  only for c++....

Literally it's saying that it is the function name printed in a
language specific fashion; in plain C it's equivalent to __FUNCTION__.


- Klaus



Home | Main Index | Thread Index | Old Index