shpk_sph.h
来自「speech signal process tools」· C头文件 代码 · 共 22 行
H
22 行
/***********************************************************************//* File: shpk_sph.h *//* Desc: Sphere to Shorten interface header file *//* History: *//* Mar 29, 1993: Creation *//***********************************************************************/#ifndef _SHPK_SPH_#define _SHPK_SPH_#if defined(__STDC__) || defined(__GNUC__) || defined(sgi)#define PROTO(ARGS) ARGS#else#define PROTO(ARGS) ()#endifint shortpack_compress PROTO((FOB *fpin, FOB *fpout, char *status)) ;int shortpack_uncompress PROTO((FOB *fpin, FOB *fpout, struct header_t *header)) ;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?