File: eml_error.h

    1   /*
    2    * eml_error.h
    3    *
    4    * Code generation for function 'eml_error'
    5    *
    6    */
    7   
    8   #ifndef __EML_ERROR_H__
    9   #define __EML_ERROR_H__
   10   
   11   /* Include files */
   12   #include <math.h>
   13   #include <stdlib.h>
   14   #include <string.h>
   15   #include "mwmathutil.h"
   16   #include "tmwtypes.h"
   17   #include "mex.h"
   18   #include "emlrt.h"
   19   #include "blas.h"
   20   #include "rtwtypes.h"
   21   #include "nrt_types.h"
   22   
   23   /* Function Declarations */
   24   extern void eml_error(const emlrtStack *sp);
   25   
   26   #endif
   27   
   28   /* End of code generation (eml_error.h) */
   29