![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "defun-int.h"

Go to the source code of this file.
Macros | |
| #define | DEFUN_DLD(name, args_name, nargout_name, doc) |
| #define | DEFUNX_DLD(name, fname, gname, args_name, nargout_name, doc) |
| #define DEFUN_DLD | ( | name, | |
| args_name, | |||
| nargout_name, | |||
| doc | |||
| ) |
Definition at line 59 of file defun-dld.h.
| #define DEFUNX_DLD | ( | name, | |
| fname, | |||
| gname, | |||
| args_name, | |||
| nargout_name, | |||
| doc | |||
| ) |
Definition at line 64 of file defun-dld.h.
1.8.1.2