ppp.mlib

来自「将Matlab下的M文件转换为DLL,在VC中调用.」· MLIB 代码 · 共 16 行

MLIB
16
字号
/* start of ppp.mlib */

target    = "C";
include   = "ppp.h";
timestamp = "Fri Dec 03 15:07:05 2004";

add {  /* M function name */
    nin      = 2;        /* number of M inputs */
    nout     = 1;        /* number of M outputs */
    scope    = global;   /* where function defined */
    cname    = mlfAdd;   /* mxArray in and out */
    nargout  = 0;        /* nargout not used */
}

/* end of ppp.mlib */

⌨️ 快捷键说明

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