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

📄 stmsg.h

📁 AVS音频解码器源代码
💻 H
字号:
/*------------ Telecommunications & Signal Processing Lab --------------
                         McGill University

Routine:
  STmsg.h

Description:
  Message texts for the TSP ST routines.

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

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

#ifndef STmsg_h_
#define STmsg_h_

/* Error messages */

/* Warning messages */
#define STM_DataErr	"Data format error"
#define STM_BadIdent	"Invalid identifier"
#define STM_EmptyData	"Empty data string"
#define STM_ExtraChars	"Extra characters follow parameter"
#define STM_StrTrunc	"String truncated"
#define STM_TooFewData	"Too few data values"

/* Informational messages */
#define STM_BigVal	"Value too large"
#define STM_ExtraData	"Extra data ignored"
#define STM_SmallVal	"Value too small"

#endif	/* STmsg_h_ */

⌨️ 快捷键说明

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