/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/src/stdio/stdout.cpp
5 строк
127 B
Siva Chandra Reddy
[libc] Add global stdout and stderr objects.
27 май 2022, 08:43
27 май 2022, 08:43
9b8ca3c
Код
Авторство
О чём код?
#include "src/__support/File/file.h" #include <stdio.h> extern FILE *stdout = reinterpret_cast<FILE *>(__llvm_libc::stdout);