imdevnull.c
来自「speech signal process tools」· C语言 代码 · 共 57 行
C
57 行
/*----------------------------------------------------------------------+| || 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 + =
减小字号Ctrl + -
显示快捷键?