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