summaryrefslogtreecommitdiff
path: root/include/MSL_C/MSL_Common
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-04-21 02:02:03 -0700
committerGitHub <noreply@github.com>2023-04-21 02:02:03 -0700
commitf5fc527d39c754fde87aeb90033d2efd698ad7e2 (patch)
treebce002e621968da87e420d06d09193840a381c9b /include/MSL_C/MSL_Common
parent472340e2d65914f3a19aa332ad31939755ee4579 (diff)
add MSL_C/stdio.h (#317)
Diffstat (limited to 'include/MSL_C/MSL_Common')
-rw-r--r--include/MSL_C/MSL_Common/Src/ansi_files.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/MSL_C/MSL_Common/Src/ansi_files.h b/include/MSL_C/MSL_Common/Src/ansi_files.h
index 56573407cc..a5d74cf21f 100644
--- a/include/MSL_C/MSL_Common/Src/ansi_files.h
+++ b/include/MSL_C/MSL_Common/Src/ansi_files.h
@@ -104,9 +104,9 @@ typedef struct _FILE {
} FILE;
typedef struct _files {
- FILE stdin;
- FILE stdout;
- FILE stderr;
+ FILE _stdin;
+ FILE _stdout;
+ FILE _stderr;
FILE empty;
} files;