mp3_options_c.h
来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 30 行
H
30 行
/* * $Copyright: * ---------------------------------------------------------------- * This confidential and proprietary software may be used only as * authorised by a licensing agreement from ARM Limited * (C) COPYRIGHT 2001 ARM Limited * ALL RIGHTS RESERVED * The entire notice above must be reproduced on all authorised * copies and copies may only be made to the extent permitted * by a licensing agreement from ARM Limited. * ---------------------------------------------------------------- * File: options_c.h,v * Revision: 1.4 * ---------------------------------------------------------------- * $ * * Include the shared C/assembler include files. * */#ifndef __OPTIONSC_H#define __OPTIONSC_H#define IGNORE(_v) ((void)(_v))//#include "mp3_layers.h" // [RB] moved the corresponding definitions to configuration.h for visibility#include "mp3_options.h"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?