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

📄 imdevnull.c

📁 speech signal process tools
💻 C
字号:
/*----------------------------------------------------------------------+|									||   This material contains proprietary software of Entropic Speech,	||   Inc.  Any reproduction, distribution, or publication without the	||   prior written permission of Entropic Speech, Inc. is strictly	||   prohibited.  Any public distribution of copies of this work		||   authorized in writing by Entropic Speech, Inc. must bear the	||   notice								||									|| "Copyright (c) 1988, 1989 Entropic Speech, Inc. All rights reserved."	||									|+-----------------------------------------------------------------------+|									||  Module: imdevnull.c							||									||  This module is for systems that don't have native graphics|									||  Rodney W. Johnson, Entropic Speech, Inc.				||									|+----------------------------------------------------------------------*/#if !defined(SP40) && !defined(SUNVUE)#ifndef lintstatic char *sccs_id = "@(#)imdevnull.c	1.3	7/31/89	ESI";#endif#include <stdio.h>#include <esps/esps.h>voidmcd_init(){	spsassert(0,"image: mcd_init called in imdevnull");}voidmcd_fin(){	spsassert(0,"image: mcd_fin called in imdevnull");}voidmcd_default_size(w, h)    long    *w, *h;{	spsassert(0,"image: mcd_default_size called in imdevnull");}intmcd_depth(){	spsassert(0,"image: mcd_depth called in imdevnull");}#endif

⌨️ 快捷键说明

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