📄 my_hello.hpp
字号:
//
// MATLAB Compiler: 2.2
// Date: Tue Jun 25 10:39:33 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" "-p" "-W" "main" "-L"
// "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "my_hello"
//
#ifndef __my_hello_hpp
#define __my_hello_hpp 1
#include "libmatlb.hpp"
extern void InitializeModule_my_hello();
extern void TerminateModule_my_hello();
extern _mexLocalFunctionTable _local_function_table_my_hello;
extern void my_hello();
#ifdef __cplusplus
extern "C"
#endif
void mlxMy_hello(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -