comparison extra/NaN/src/str2array.cpp @ 12693:c76411f5c22e octave-forge

fix prototyp definition of mexFunktion (reverts partly commit 12878)
author schloegl
date Sat, 12 Sep 2015 19:19:57 +0000
parents 13815b367946
children
comparison
equal deleted inserted replaced
12692:13815b367946 12693:c76411f5c22e
130 } 130 }
131 131
132 132
133 133
134 void mexFunction( 134 void mexFunction(
135 mwSize nlhs, /* number of expected outputs */ 135 int nlhs, /* number of expected outputs */
136 mxArray *plhs[], /* array of pointers to output arguments */ 136 mxArray *plhs[], /* array of pointers to output arguments */
137 mwSize nrhs, /* number of inputs */ 137 int nrhs, /* number of inputs */
138 const mxArray *prhs[] /* array of pointers to input arguments */ 138 const mxArray *prhs[] /* array of pointers to input arguments */
139 ) 139 )
140 140
141 { 141 {
142 char *s = NULL; 142 char *s = NULL;