XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_vfs_sys__timeval.h
浏览该文件的文档.
1
12#ifndef __XF_VFS_SYS__TIMEVAL_H__
13#define __XF_VFS_SYS__TIMEVAL_H__
14
15/* ==================== [Includes] ========================================== */
16
18
19#include "xf_vfs_sys_types.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* ==================== [Defines] =========================================== */
26
27/* ==================== [Typedefs] ========================================== */
28
29typedef struct xf_vfs_timeval {
30 xf_vfs_time_t tv_sec; /* seconds */
31 xf_vfs_suseconds_t tv_usec; /* and microseconds */
33
34/* ==================== [Global Prototypes] ================================= */
35
36/* ==================== [Macros] ============================================ */
37
38#ifdef __cplusplus
39} /* extern "C" */
40#endif
41
42#endif // __XF_VFS_SYS__TIMEVAL_H__
xf_vfs_suseconds_t tv_usec
xf_vfs_time_t tv_sec
xf_vfs 模块内部配置总头文件。 确保 xf_vfs_config.h 的所有定义都有默认值。
struct xf_vfs_timeval xf_vfs_timeval_t
long xf_vfs_suseconds_t
unsigned long xf_vfs_time_t