- Added a global var WErrorCode similar to errno or RErrorCode.
commit9e47eba18746a1cefcf51f08492dc29d1d60e159
authordan <dan>
Sun, 12 Dec 1999 04:17:18 +0000 (12 04:17 +0000)
committerdan <dan>
Sun, 12 Dec 1999 04:17:18 +0000 (12 04:17 +0000)
treefcbc91f8c015d484e6aa547ffb70052f81aec6f5
parentadaa3e0aebd8eb8906600ddc3d1d2d86d6e5ec18
- Added a global var WErrorCode similar to errno or RErrorCode.
- New function wsyserrorwithcode(), like wsyserror() for prints the message
  for the specified error code, instead of errno. This is for cases where
  you can't call wsyserror() immediately after the error, but save errno
  code for a later use.
WINGs/ChangeLog
WINGs/WUtil.h
WINGs/error.c