datatypc.h
来自「arm ads1.2 with crack.rar」· C头文件 代码 · 共 14 行
H
14 行
/*
* Utility Library: Data Type prototypes
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _DATATYPE_C_
#define _DATATYPE_C_
#include "definesc.h"
Complex *CreateComplexFromInt( int dataInt[ ], unsigned int *size ) ;
int *CreateIntFromComplex( Complex dataComplex[ ], unsigned int *size ) ;
#endif /* _DATATYPE_C_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?