/* * any.h * * Code generation for function 'any' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __ANY_H__ #define __ANY_H__ /* Include files */ #include #include #include #include "mwmathutil.h" #include "tmwtypes.h" #include "mex.h" #include "emlrt.h" #include "blas.h" #include "rtwtypes.h" #include "Select_Ground_Motions_types.h" /* Function Declarations */ extern boolean_T any(const emxArray_boolean_T *x); extern void b_any(const emxArray_boolean_T *x, emxArray_boolean_T *y); extern boolean_T c_any(const emxArray_boolean_T *x); extern boolean_T d_any(const boolean_T x[501]); #endif /* End of code generation (any.h) */