dspfns.c

来自「realview22.rar」· C语言 代码 · 共 21 行

C
21
字号
/* dspfns.c
 *
 * Copyright 2001 ARM Limited. All rights reserved.
 *
 * RCS $Revision: 1.2 $
 * Checkin $Date: 2001/08/22 13:57:55 $
 * Revising $Author: statham $
 */

/*
 * This file provides the static data declaration required by the
 * example header file <dspfns.h>.
 * 
 * For details of how to use this, see comments in <dspfns.h>
 * itself.
 */

#include <dspfns.h>

armdsp_flagdata_union armdsp_flagdata;

⌨️ 快捷键说明

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