📄 pos2err.h
字号:
/*--------------------------------------------------------------------*/
/* p o s 2 e r r . h */
/* */
/* Report error message from OS/2 error message */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Changes Copyright (c) 1989-1993 by Kendra Electronic */
/* Wonderworks. */
/* */
/* All rights reserved except those explicitly granted by */
/* the UUPC/extended license agreement. */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* RCS Information */
/*--------------------------------------------------------------------*/
/*
* $Id: pos2err.h 1.1 1993/09/24 03:46:07 ahd Exp $
*
* Revision history:
* $Log: pos2err.h $
* Revision 1.1 1993/09/24 03:46:07 ahd
* Initial revision
*
*
*/
void pOS2Err(const size_t lineno,
const char *fname,
const char *prefix,
unsigned int rc);
/*--------------------------------------------------------------------*/
/* Macro for generic error messages from DOS */
/*--------------------------------------------------------------------*/
#define printOS2error( x, rc ) pOS2Err( __LINE__, cfnptr, x, rc)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -