/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/ttyent.h
14 строк
351 B
Zack Weinberg
Installed header hygiene (BZ#20366): Test of installed headers.
23 сен 2016, 15:43
23 сен 2016, 15:43
4775578
Код
Авторство
О чём код?
#ifndef _TTYENT_H #include <misc/ttyent.h> # ifndef _ISOMAC extern __typeof (getttyent) __getttyent __THROW; libc_hidden_proto (__getttyent) extern __typeof (setttyent) __setttyent __THROW; libc_hidden_proto (__setttyent) extern __typeof (endttyent) __endttyent __THROW; libc_hidden_proto (__endttyent) # endif /* !_ISOMAC */ #endif /* ttyent.h */