File: C:\Users\amir\Documents\My Dropbox\Projects\simulink_lecture\Final_2\matlab_coder\codegen\lib\myFunc\myFunc_terminate.h

    1   /*
    2    * myFunc_terminate.h
    3    *
    4    * Code generation for function 'myFunc_terminate'
    5    *
    6    * C source code generated on: Thu Mar 29 12:55:12 2012
    7    *
    8    */
    9   
   10   #ifndef __MYFUNC_TERMINATE_H__
   11   #define __MYFUNC_TERMINATE_H__
   12   /* Include files */
   13   #include <math.h>
   14   #include <stdio.h>
   15   #include <stdlib.h>
   16   #include <string.h>
   17   
   18   #include "rtwtypes.h"
   19   #include "myFunc_types.h"
   20   
   21   /* Type Definitions */
   22   
   23   /* Named Constants */
   24   
   25   /* Variable Declarations */
   26   
   27   /* Variable Definitions */
   28   
   29   /* Function Declarations */
   30   extern void myFunc_terminate(void);
   31   #endif
   32   /* End of code generation (myFunc_terminate.h) */
   33