exm2_f.h

来自「这本书是matlab经典书籍」· C头文件 代码 · 共 35 行

H
35
字号
/*
 * MATLAB Compiler: 2.2
 * Date: Tue Jun 25 12:35:15 2002
 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
 * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
 * "array_indexing:on" "-O" "optimize_conditionals:on" "-m" "-W" "main" "-L"
 * "C" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "exm2" "exm2_f" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#ifndef __exm2_f_h
#define __exm2_f_h 1

#ifdef __cplusplus
extern "C" {
#endif

#include "libmatlb.h"

extern void InitializeModule_exm2_f(void);
extern void TerminateModule_exm2_f(void);
extern _mexLocalFunctionTable _local_function_table_exm2_f;

extern mxArray * mlfExm2_f(mxArray * A);
extern void mlxExm2_f(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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