ex0802.h

来自「使用须知 1. 文件夹 两个文件夹:Mbook和Mfiles。 Mbook」· C头文件 代码 · 共 35 行

H
35
字号
/*
 * MATLAB Compiler: 2.2
 * Date: Wed Oct 08 19:42:07 2003
 * 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" "-c" "Ex0802.m" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#ifndef __Ex0802_h
#define __Ex0802_h 1

#ifdef __cplusplus
extern "C" {
#endif

#include "libmatlb.h"

extern void InitializeModule_Ex0802(void);
extern void TerminateModule_Ex0802(void);
extern _mexLocalFunctionTable _local_function_table_Ex0802;

extern void mlfEx0802(void);
extern void mlxEx0802(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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