⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msgno.h

📁 变尺度法的源程序
💻 H
字号:
/* * Copyright 28 May 1996 Sun Microsystems, Inc. All Rights Reserved */#ifndef _MSGNO_H #define _MSGNO_H /* Error Message Values - * This file was created automatically from the error description file. * Do not edit this file, edit the error description file: *   /home/omazur/olg_lang/f77/fpp/src/fpp_msg.txt */typedef enum msgno_enum {	MESSAGENOZEROISNOTUSED = 0,	MSG_LINE,	MSG_FATAL,	MSG_ERROR,	MSG_WARNING,	MSG_PDVER,	WARN_DUBL,	WARN_DUBL1,	WARN_MREC,	WARN_PINSUB,	WARN_BADOPT,	WARN_PIOP,	WARN_IMPL,	WARN_FORMAT,	WARN_FPP_EXPR,	ERR_FPP,	ERR_BADS,	ERR_NOIF,	ERR_NOIF1,	ERR_NOIF2,	ERR_ELSE,	ERR_ELSE1,	ERR_BADNAM,	ERR_IF,	ERR_LONG,	ERR_NOEND,	ERR_NOPAR,	ERR_LONG1,	ERR_NOMATCH,	ERR_LONG2,	ERR_NOINC,	ERR_STR,	ERR_LCOMM,	ERR_HRTH,	ERR_LONGLBL,	ERR_MREC,	FERR_CHCK,	FERR_NOMEM,	FERR_ARGS,	FERR_FOPEN,	FERR_FREAD,	FERR_FWRITE,	FERR_MWOFN,	FERR_NOWDIR,	MESSAGENOLASTISNOTUSED} msgno_t;#endif /* _MSGNO_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -