mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 23:30:05 -04:00
add MSL_C/stdio.h (#317)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user