Nicholas Clark wrote:
> 
> But fflush(NULL) is, and we still seem to run
> into that one on one current platform

Amazingly, there are still things in supposedly ANSI-conformant
implementations that are done wrong.  free(0) is supposed to be
a safe no-op; but on certain compilers, we get a crash.  You
would think, in this day and age...

Btw, fwiw, I think that if C is really considered a front
runner, I would throw in my lot with C++ instead.  It's nearly
as portable, nearly as fast, and WAY WAY BETTER to code in.

-- 
John Porter

        I saw the final vicar
          make confession to a dancer
        We stood upon the bridge at dawn
          and the dancer kissed my cancer

Reply via email to