File: neural_function_initialize.h1 /* 2 * File: neural_function_initialize.h 3 * 4 * MATLAB Coder version : 3.0 5 * C/C++ source code generated on : 05-Nov-2018 13:41:19 6 */ 7 8 #ifndef __NEURAL_FUNCTION_INITIALIZE_H__ 9 #define __NEURAL_FUNCTION_INITIALIZE_H__ 10 11 /* Include Files */ 12 #include <math.h> 13 #include <stddef.h> 14 #include <stdlib.h> 15 #include <string.h> 16 #include "rt_nonfinite.h" 17 #include "rtwtypes.h" 18 #include "neural_function_types.h" 19 20 /* Function Declarations */ 21 extern void neural_function_initialize(void); 22 23 #endif 24 25 /* 26 * File trailer for neural_function_initialize.h 27 * 28 * [EOF] 29 */ 30 |