/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/sys/timeb.h
13 строк
266 B
Adhemerval Zanella
time: Add 64-bit time_t support for ftime
27 окт 2020, 15:54
27 окт 2020, 15:54
5d8aa97
Код
Авторство
О чём код?
#include <time/sys/timeb.h> #ifndef _ISOMAC # if __TIMESIZE == 64 # define __timeb64 timeb # define __ftime64 ftime # else # include <struct___timeb64.h> extern int __ftime64 (struct __timeb64 *) __nonnull ((1)); libc_hidden_proto (__ftime64); # endif #endif