/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/tgmath.h
7 строк
188 B
H.J. Lu
Don't use glibc <tgmath.h> when testing with Clang
21 дек 2024, 00:24
21 дек 2024, 00:24
034cd67
Код
Авторство
О чём код?
/* NB: Clang has its own <tgmath.h> and doesn't use <tgmath.h> from glibc. */ #if defined _ISOMAC && defined __clang__ # include_next <tgmath.h> #else # include <math/tgmath.h> #endif