summaryrefslogtreecommitdiff
path: root/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/stdio.h
blob: d5c6a23f71eb24768b76d6b028caf42aebe5652f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MSL_STDIO_H_
#define MSL_STDIO_H_

#include "char_io.h" // IWYU pragma: export
#include "file_io.h" // IWYU pragma: export
#include "printf.h" // IWYU pragma: export
#include "extras.h" // IWYU pragma: export
#include "scanf.h" // IWYU pragma: export

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

#endif