File: error.h1 /* 2 * error.h 3 * 4 * Code generation for function 'error' 5 * 6 */ 7 8 #ifndef ERROR_H 9 #define ERROR_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 "gjbf_types.h" 23 24 /* Function Declarations */ 25 extern void b_error(const emlrtStack *sp); 26 extern void c_error(const emlrtStack *sp); 27 extern void d_error(const emlrtStack *sp); 28 extern void e_error(const emlrtStack *sp); 29 extern void error(const emlrtStack *sp); 30 extern void f_error(const emlrtStack *sp); 31 extern void g_error(const emlrtStack *sp); 32 extern void h_error(const emlrtStack *sp); 33 extern void i_error(const emlrtStack *sp); 34 extern void j_error(const emlrtStack *sp); 35 extern void k_error(const emlrtStack *sp); 36 extern void l_error(const emlrtStack *sp); 37 extern void m_error(const emlrtStack *sp); 38 extern void n_error(const emlrtStack *sp); 39 extern void o_error(const emlrtStack *sp); 40 extern void p_error(const emlrtStack *sp); 41 extern void q_error(const emlrtStack *sp); 42 extern void r_error(const emlrtStack *sp); 43 extern void s_error(const emlrtStack *sp); 44 extern void t_error(const emlrtStack *sp); 45 extern void u_error(const emlrtStack *sp); 46 extern void x_error(const emlrtStack *sp); 47 48 #endif 49 50 /* End of code generation (error.h) */ 51 |