nobo...@web.de writes:
 > But there must be a reason why the NULL macro is expended to 0 and i would 
 > like to know why ;-)

Null is *always*  #define NULL 0  .

Even if there was a good reason to change it, there's way too much
code that does this kind of thing:

  foo = malloc(10);
  if (!foo) exit(1);

-- 
--My blog is at angry-economist.russnelson.com  | I'm giving a short
Crynwr sells support for free software  | PGPok | talk at WTF, Isen's
521 Pleasant Valley Rd. | +1 315 268 1925 voice | stupid net conference:
Potsdam, NY 13676-3213  | FWD# 404529 via VOIP  | http://stupidnet.com

Reply via email to