add MSL_C/stdio.h (#317)

This commit is contained in:
Jcw87
2023-04-21 02:02:03 -07:00
committed by GitHub
parent 472340e2d6
commit f5fc527d39
34 changed files with 59 additions and 35 deletions
+3 -3
View File
@@ -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;