audio_var_i.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 32 行
H
32 行
/********************************************************************************/
/* */
/* File Name: audio_var_i.h */
/* */
/* Purpose: This header contains the global variables */
/* that are used by the AUDIO layer. */
/* */
/* Note: */
/* None. */
/* */
/* Revision History: */
/* 11 May 01 Francois Mazard - Stephanie Gerthoux Create */
/* */
/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved. */
/* */
/********************************************************************************/
#ifndef _AUDIO_VAR_I_H_
#define _AUDIO_VAR_I_H_
#ifdef __cplusplus
extern "C"
{
#endif
/* Define a pointer to the Global Environment Control block */
extern T_AUDIO_ENV_CTRL_BLK *p_audio_gbl_var;
#ifdef __cplusplus
}
#endif
#endif /* _AUDIO_VAR_I_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?