8 Nov
2011
8 Nov
'11
8:15 p.m.
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.