Category : C++ Source Code
Archive   : VCCRT2.ZIP
Filename : SYSERR.H

 
Output of file : SYSERR.H contained in archive : VCCRT2.ZIP
/***
*syserr.h - constants/macros for error message routines
*
* Copyright (c) 1985-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains macros/constants for perror, strerror,
* and _strerror.
* [Internal]
*
****/

/* Macro for perror, strerror, and _strerror */

#define _sys_err_msg(m) _sys_errlist[(((m)<0)||((m)>=_sys_nerr)?_sys_nerr:(m))]

/* Maximum length of an error message.
NOTE: This parameter value must be correspond to the length of the longest
message in _sys_errlist (source module syserr.c). */

#define _SYS_MSGMAX 32


  3 Responses to “Category : C++ Source Code
Archive   : VCCRT2.ZIP
Filename : SYSERR.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/