File: eml_int_forloop_overflow_check.h

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