getdata.h

来自「MATLAB-C混合编程」· C头文件 代码 · 共 36 行

H
36
字号
/*
 * MATLAB Compiler: 3.0
 * Date: Thu Jun 21 22:06:04 2001
 * 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" "-B" "sgl" "-m" "-W"
 * "main" "-L" "C" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
 * "libmwsglm.mlib" "showdata.m" "getdata_external.c" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#ifndef __getdata_h
#define __getdata_h 1

#ifdef __cplusplus
extern "C" {
#endif

#include "libmatlb.h"

extern void InitializeModule_getdata(void);
extern void TerminateModule_getdata(void);
extern _mexLocalFunctionTable _local_function_table_getdata;

extern mxArray * mlfGetdata(void);
extern void mlxGetdata(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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