fnmsg.h

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

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

Routine:
  FNmsg.h

Description:
  Message texts for the TSP FN routines.

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

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

#ifndef FNmsg_h_
#define FNmsg_h_

/* Error messages */
#define FNM_NonPosValue	"Non-positive input value"

#endif	/* FNmsg_h_ */

⌨️ 快捷键说明

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