8 Nov
2011
8 Nov
'11
9:12 p.m.
On Tue, Nov 08, 2011 at 08:15:57PM +0000, corvid wrote:
Johannes wrote:
On Tue, Nov 08, 2011 at 05:42:26PM +0000, corvid wrote:
I think I'll go with D_ASCII_TOUPPER because the argument gets evaluated more than once, and we don't want nasty surprises.
Hm, not sure what you mean. An inline function should behave just as a normal function that's the nice thing about them.
If I'm in dlib.h and it's C90, can I use inline? I was under the impression that I couldn't.
Argh, I knew there was a catch :-) So all uppercase macros then or just not trying to inline and use a normal function. Cheers, Johannes