Skip to content

Commit

Permalink
Update mex.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Mar 21, 2024
1 parent 948650e commit 1098158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matlab/include/mex.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extern "C"
int mexCallMATLAB(int, mxArray *[], int, mxArray *[], const char *);
void mexErrMsgIdAndTxt(const char *, const char *, ...);
mxArray *mexCallMATLABWithTrap(int, mxArray *[], int, mxArray *[], const char *);
mxArray *mexGetVariable(const char *, const char *);
int mexEvalString(const char *);
void mexWarnMsgIdAndTxt(const char *, const char *, ...);
int mexPrintf(const char*, ...);
Expand Down

0 comments on commit 1098158

Please sign in to comment.