Mail Archives: djgpp-workers/1998/02/09/09:48:24
On Mon, 9 Feb 1998, Vik Heyndrickx wrote:
> If we could have two versions of the C library, one with no such
> error/bug checking at all and one with a thorough checking against all
> kind of idiocyncrasies.
I suppose we could have the safer behavior in the functions, whereas the
macros would be faster but less safe. People who want the safe version
would then need to #undef isalpha etc.
DJ, is there anything that prevents us from making the functions behave
in a slightly different manner?
- Raw text -