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 "ccafbounds.h"
   11   #include "eml_int_forloop_overflow_check.h"
   12   
   13   /* Variable Definitions */
   14   static emlrtRTEInfo d_emlrtRTEI = { 86, 15, "eml_int_forloop_overflow_check",
   15     "C:\\Program Files\\MATLAB\\R2016a\\toolbox\\eml\\lib\\matlab\\eml\\eml_int_forloop_overflow_check.m"
   16   };
   17   
   18   /* Function Definitions */
   19   void check_forloop_overflow_error(const emlrtStack *sp)
   20   {
   21     emlrtErrorWithMessageIdR2012b(sp, &d_emlrtRTEI,
   22       "Coder:toolbox:int_forloop_overflow", 3, 4, 5, "int32");
   23   }
   24   
   25   /* End of code generation (eml_int_forloop_overflow_check.c) */
   26