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

📄 stubs.c

📁 speech signal process tools
💻 C
字号:
/* * This material contains unpublished, proprietary software of  * Entropic Research Laboratory, Inc. Any reproduction, distribution,  * or publication of this work must be authorized in writing by Entropic  * Research Laboratory, Inc., and must bear the notice:  * *    "Copyright (c) 1990-1996 Entropic Research Laboratory, Inc.  *                   All rights reserved" * * The copyright notice above does not evidence any actual or intended  * publication of this source code.      * * Written by:  David Talkin * Checked by: * Revised by: * * Brief description: * */static char *sccs_id = "@(#)stubs.c	1.3	1/22/97	ERL";#include <esps/esps.h>open_label_font(){}update_file_panel(){}not_explicitly_named(){}setup_output_dir(){}get_default_label_font(){}xv_destroy() {} xlabel_global_list() {}new_labelfile() {}get_default_xlabel_color() {}waves_send(){}int w_verbose = 0, max_buff_bytes = 20000000;char	*ProgName = "VS";char	*Version = "11.1";char	*Date = "2/21/93";voidset_pvd(hdr)    struct header   *hdr;{    (void) strcpy(hdr->common.prog, ProgName);    (void) strcpy(hdr->common.vers, Version);    (void) strcpy(hdr->common.progdate, Date);}

⌨️ 快捷键说明

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