common.h

来自「this the source code of audio compressio」· C头文件 代码 · 共 18 行

H
18
字号

/* This file takes care of the common I/O variables */

#include <stdio.h>

#ifdef sun
FILE *fdi, *fdo;
#endif

#ifdef _TMS320C30
#include "drivers.h"

#ifdef BITS
#include "bits.h"
#endif

#endif

⌨️ 快捷键说明

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