digitalmars.D - Strange exit code
- Kagamin (2/2) Dec 22 2009 Today my d program (on windows) after finishing work exited with code 25...
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