/* * myFunc.h * * Code generation for function 'myFunc' * * C source code generated on: Fri Mar 23 22:52:20 2012 * */ #ifndef __MYFUNC_H__ #define __MYFUNC_H__ /* Include files */ #include #include #include #include #include "rtwtypes.h" #include "myFunc_types.h" /* Type Definitions */ /* Named Constants */ /* Variable Declarations */ /* Variable Definitions */ /* Function Declarations */ extern real_T myFunc(real_T x); #endif /* End of code generation (myFunc.h) */