Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
libc-libcxx
/
sysroot
/
usr
/
include
/
c++
/
v1
/
stdio.h
1
#ifndef LIBCXX_STDIO_H
2
#define LIBCXX_STDIO_H
3
4
#include <__config>
5
6
#endif
7