/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/sys/times.h
8 строк
171 B
Ulrich Drepper
First steps to get conformtest fully working
26 фев 2012, 08:18
26 фев 2012, 08:18
3134156
Код
Авторство
О чём код?
#ifndef _SYS_TIMES_H #include <posix/sys/times.h> #ifndef _ISOMAC /* Now define the internal interfaces. */ extern clock_t __times (struct tms *__buffer); #endif #endif