File: _coder_gjbf_mex.h

    1   /*
    2    * _coder_gjbf_mex.h
    3    *
    4    * Code generation for function '_coder_gjbf_mex'
    5    *
    6    */
    7   
    8   #ifndef _CODER_GJBF_MEX_H
    9   #define _CODER_GJBF_MEX_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 mexFunction(int32_T nlhs, mxArray *plhs[], int32_T nrhs, const
   26     mxArray *prhs[]);
   27   extern emlrtCTX mexFunctionCreateRootTLS(void);
   28   
   29   #endif
   30   
   31   /* End of code generation (_coder_gjbf_mex.h) */
   32