Sign in
llvm
/
llvm-project
/
libc
/
0694aee52a39d585d97638cc27df739714658054
/
.
/
src
/
stdio
/
stdout.cpp
blob: 66fed5d0c35d29a7fd9264b26367aea15f52825c [
file
] [
log
] [
blame
]
#include
"src/__support/File/file.h"
#include
<stdio.h>
extern
FILE
*
stdout
=
reinterpret_cast
<
FILE
*>(
__llvm_libc
::
stdout
);