/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
conform/data/sys/times.h-data
15 строк
330 B
Collin Funk
conform: Add initial support for C23.
10 апр 2025, 21:39
10 апр 2025, 21:39
d18213c
Код
Авторство
О чём код?
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 type {struct tms} element {struct tms} clock_t tms_utime element {struct tms} clock_t tms_stime element {struct tms} clock_t tms_cutime element {struct tms} clock_t tms_cstime type clock_t function clock_t times (struct tms*) allow tms_* allow *_t #endif