times.h
来自「早期freebsd实现」· C头文件 代码 · 共 21 行
H
21 行
#ifndef __libgxx_sys_times_hextern "C"{#ifdef __sys_times_h_recursive#include_next <sys/times.h>#else#define __sys_times_h_recursive#include_next <sys/times.h>#define __libgxx_sys_times_h 1#include <_G_config.h>extern _G_clock_t times _G_ARGS((struct tms*));#endif}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?