Alex Ionescu wrote:
Aren't you forcing non-inlining of EVERY
function by doing this?
Isn't it better to enable the special no ctype inline macro?
Actually there are only two instances of this macro in the headers,
both protecting the CTYPE inline prototypes. I think it's safer to use
this macro instead of __NO_CTYPE_INLINES since we don't ANY of the
"CRT" functions to be inlined.
- Filip
Oh all right... just making sure it was the right thing to do! Thanks.
Best regards,
Alex Ionescu