www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Strange exit code

Today my d program (on windows) after finishing work exited with code 259
without any message in stdout nor in stderr. What this value means?

(though I set stdout to line buffer setvbuf(stdout,null,_IOLBF,128), stderr may
still do full buffering)
Dec 22 2009