utmsg.h

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

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

Routine:
  UTmsg.h

Description:
  Message texts for the TSP UT routines.

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

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

#ifndef UTmsg_h_
#define UTmsg_h_

/* Warning messages */
#define UTM_BadOption	"Invalid option"
#define UTM_BadSwap	"Invalid byte swap code"
#define UTM_ExpectValue	"Value expected for option"

#endif	/* UTmsg_h_ */

⌨️ 快捷键说明

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