1 /* ==================================================================== */
2 /* Template toolbox_skeleton */
3 /* This file is released under the 3-clause BSD license. See COPYING-BSD. */
4 /* ==================================================================== */
5 #include "api_scilab.h"
7 #include "sci_malloc.h"
8 #include <localization.h>
10 static const char fname[] = "cerror6";
11 /* ==================================================================== */
12 int sci_cerror6(scilabEnv env, int nin, scilabVar* in, int nopt, scilabOpt* opt, int nout, scilabVar* out)
16 Scierror(999, _d("toolbox_skeleton", "%s: I'm waiting for only one argument.\n"), fname);
21 Scierror(999, _d("toolbox_skeleton", "%s: Yeah! %d is a good number of arguments but I prefer fail, sorry.\n"), fname, 1);
25 /* ==================================================================== */