times.h
来自「一个开源的网络开发库ACE」· C头文件 代码 · 共 40 行
H
40 行
/* times.h,v 1.5 2000/07/08 00:14:00 jwh1 Exp
* ============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* pace/posix/times.h
*
* = AUTHOR
* Luther Baker
*
* ============================================================================ */
#ifndef PACE_SYS_TIMES_H_POSIX
#define PACE_SYS_TIMES_H_POSIX
#include <sys/times.h>
#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
#endif /* PACE_HAS_CPLUSPLUS */
#ifndef PACE_CLOCK_T
#define PACE_CLOCK_T
typedef clock_t pace_clock_t;
#endif /* PACE_CLOCK_T */
#ifndef PACE_TMS
#define PACE_TMS
typedef struct tms pace_tms;
#endif /* PACE_TMS */
#if defined (PACE_HAS_CPLUSPLUS)
}
#endif /* PACE_HAS_CPLUSPLUS */
#endif /* PACE_SYS_TIMES_H_POSIX */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?