File: fclose.c

    1   /*
    2    * fclose.c
    3    *
    4    * Code generation for function 'fclose'
    5    *
    6    */
    7   
    8   /* Include files */
    9   #include "rt_nonfinite.h"
   10   #include "Datalogger4ChConverter_ErrInsensitiveSound.h"
   11   #include "fclose.h"
   12   #include "fileManager.h"
   13   #include <stdio.h>
   14   
   15   /* Variable Definitions */
   16   static emlrtRSInfo t_emlrtRSI = { 15, "fclose",
   17     "C:\\Program Files\\MATLAB\\R2016a\\toolbox\\eml\\lib\\matlab\\iofun\\fclose.m"
   18   };
   19   
   20   /* Function Definitions */
   21   void b_fclose(const emlrtStack *sp, real_T fileID)
   22   {
   23     emlrtStack st;
   24     st.prev = sp;
   25     st.tls = sp->tls;
   26     st.site = &t_emlrtRSI;
   27     b_fileManager(&st, fileID);
   28   }
   29   
   30   /* End of code generation (fclose.c) */
   31