summaryrefslogtreecommitdiff
path: root/include/MSL_C/stdio.h
blob: 7c4ff318ef96ffdbc14a83483b6178f0914f7e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MSL_STDIO_H_
#define MSL_STDIO_H_

#include "MSL_C/MSL_Common/Src/char_io.h"
#include "MSL_C/MSL_Common/Src/file_io.h"
#include "MSL_C/MSL_Common/Src/printf.h"

#define stdin (&__files._stdin)
#define stdout (&__files._stdout)
#define stderr (&__files._stderr)

#endif