flmsg.h

来自「AVS音频解码器源代码」· C头文件 代码 · 共 41 行

H
41
字号
/*------------ Telecommunications & Signal Processing Lab --------------
                         McGill University

Routine:
  FLmsg.h

Description:
  Message texts for the TSP FL routines.

Author / revision:
  P. Kabal  Copyright (C) 1997
  $Revision: 1.1.1.1 $  $Date: 2005/12/22 09:54:42 $

----------------------------------------------------------------------*/

#ifndef FLmsg_h_
#define FLmsg_h_

/* I/O errors */
#define FLM_DelBackErr	"Error deleting previous backup file"
#define FLM_FilePosErr	"File positioning error"
#define FLM_NoFilePos	"Cannot determine file position"
#define FLM_OpenRErr	"Error opening input file"
#define FLM_OpenWErr	"Error opening output file"
#define FLM_ReadErr	"Read error"
#define FLM_RenameErr	"Error renaming file"

/* Error messages */
#define FLM_DataErr	"Data format error, line"
#define FLM_LongLine	"Input line too long"
#define FLM_LongName	"File name too long"
#define FLM_ExtraData	"Too many values or extra data"

/* Warning messages */
#define FLM_CWDErr	"Unable to reset current working directory"

/* Informational messages */
#define FLM_Rename	"Renamed existing file to"

#endif	/* FLmsg_h_ */

⌨️ 快捷键说明

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