File: eml_int_forloop_overflow_check.c

    1   /*
    2    * eml_int_forloop_overflow_check.c
    3    *
    4    * Code generation for function 'eml_int_forloop_overflow_check'
    5    *
    6    */
    7   
    8   /* Include files */
    9   #include "rt_nonfinite.h"
   10   #include "gjbf.h"
   11   #include "eml_int_forloop_overflow_check.h"
   12   #include "blas.h"
   13   
   14   /* Variable Definitions */
   15   static emlrtRTEInfo p_emlrtRTEI = { 86, 15, "eml_int_forloop_overflow_check",
   16     "C:\\Program Files\\MATLAB\\R2016a\\toolbox\\eml\\lib\\matlab\\eml\\eml_int_forloop_overflow_check.m"
   17   };
   18   
   19   /* Function Definitions */
   20   void check_forloop_overflow_error(const emlrtStack *sp)
   21   {
   22     emlrtErrorWithMessageIdR2012b(sp, &p_emlrtRTEI,
   23       "Coder:toolbox:int_forloop_overflow", 3, 4, 5, "int32");
   24   }
   25   
   26   /* End of code generation (eml_int_forloop_overflow_check.c) */
   27