stmsg.h
来自「AVS音频解码器源代码」· C头文件 代码 · 共 35 行
H
35 行
/*------------ 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 + =
减小字号Ctrl + -
显示快捷键?