lec_adt.h
来自「使用在TI 系列dsk5402 的很多可用例子」· C头文件 代码 · 共 34 行
H
34 行
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
* @(#) XDAS 2.51.00 11-29-2003 (xdas-2.50.00.9)
*/
/*
* ======== lec_adt.h ========
* Interface for the LEC_ADT module; ADT's implementation
* of the ILEC interface
*/
#ifndef LEC_ADT_
#define LEC_ADT_
#include <ialg.h>
#include <ilec.h>
/*
* ======== LEC_ADT_IALG ========
* ADT's implementation of the IALG interface for LEC
*/
extern IALG_Fxns LEC_ADT_IALG;
/*
* ======== LEC_ADT_ILEC ========
* ADT's implementation of the ILEC interface
*/
extern ILEC_Fxns LEC_ADT_ILEC;
#endif /* LEC_ADT_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?