time.h-data

来自「glibc 库, 不仅可以学习使用库函数,还可以学习函数的具体实现,是提高功力的」· H-DATA 代码 · 共 44 行

H-DATA
44
字号
#ifndef ISOtype {struct timeval}element {struct timeval} time_t tv_secelement {struct timeval} suseconds_t tv_usectype {struct itimerval}element {struct itimerval} {struct timeval} it_intervalelement {struct itimerval} {struct timeval} it_valuetype time_ttype suseconds_ttype fd_setelement fd_set long fds_bits []constant ITIMER_REALconstant ITIMER_VIRTUALconstant ITIMER_PROFmacro FD_CLRmacro FD_ISSETmacro FD_SETmacro FD_ZEROconstant FD_SETSIZEfunction int getitimer (int, struct itimerval*)function int setitimer (int, const struct itimerval*, struct itimerval*)function int gettimeofday (struct timeval*, void*)function int select (int, fd_set*, fd_set*, fd_set*, struct timeval*)function int utimes (const char*, const struct timeval [2])allow fds_*allow it_*allow tv_*allow FD_*allow ITIMER_*allow *_tallow-header sys/select.h#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?