File: fileManager.h

    1   /*
    2    * fileManager.h
    3    *
    4    * Code generation for function 'fileManager'
    5    *
    6    */
    7   
    8   #ifndef FILEMANAGER_H
    9   #define FILEMANAGER_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 "Datalogger4ChConverter_ErrInsensitiveSound_types.h"
   23   
   24   /* Function Declarations */
   25   extern int32_T b_fileManager(const emlrtStack *sp, real_T varargin_1);
   26   extern real_T fileManager(const emlrtStack *sp, const emxArray_char_T
   27     *varargin_1);
   28   
   29   #ifdef __WATCOMC__
   30   
   31   #pragma aux fileManager value [8087];
   32   
   33   #endif
   34   #endif
   35   
   36   /* End of code generation (fileManager.h) */
   37