digitalmars.D - SysError.msg()
- Benjamin Herr (12/12) Jan 30 2005 Hell, brave D world,
- Benjamin Herr (2/3) Jan 30 2005 Needs more o. Sorry.
- pragma (3/6) Jan 30 2005 Actually, its more accurate the way it was. We're still Beta.
- Regan Heath (3/14) Jan 31 2005 Try this one.
Hell, brave D world, why is SysError.msg() (from std.syserror) not implemented like this? #extern (C) char* strerror(int errnum); As far as I know, strerror() is supposed to be portable enough. -ben
Jan 30 2005
Benjamin Herr wrote:Hell, brave D world,Needs more o. Sorry.
Jan 30 2005
In article <ctjgvp$196f$4 digitaldaemon.com>, Benjamin Herr says...Benjamin Herr wrote:Actually, its more accurate the way it was. We're still Beta. - EricAnderton at yahooHell, brave D world,Needs more o. Sorry.
Jan 30 2005
On Sun, 30 Jan 2005 21:36:44 +0100, Benjamin Herr <ben 0x539.de> wrote:Hell, brave D world, why is SysError.msg() (from std.syserror) not implemented like this? #extern (C) char* strerror(int errnum); As far as I know, strerror() is supposed to be portable enough.Try this one. Regan
Jan 31 2005