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
17
#include "
xf_vfs_config_internal.h
"
18
19
#include "
xf_vfs_sys_types.h
"
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
/* ==================== [Defines] =========================================== */
26
27
/* ==================== [Typedefs] ========================================== */
28
29
typedef
struct
xf_vfs_timeval
{
30
xf_vfs_time_t
tv_sec
;
/* seconds */
31
xf_vfs_suseconds_t
tv_usec
;
/* and microseconds */
32
}
xf_vfs_timeval_t
;
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_timeval
Definition
xf_vfs_sys__timeval.h:29
xf_vfs_timeval::tv_usec
xf_vfs_suseconds_t tv_usec
Definition
xf_vfs_sys__timeval.h:31
xf_vfs_timeval::tv_sec
xf_vfs_time_t tv_sec
Definition
xf_vfs_sys__timeval.h:30
xf_vfs_config_internal.h
xf_vfs 模块内部配置总头文件。 确保 xf_vfs_config.h 的所有定义都有默认值。
xf_vfs_timeval_t
struct xf_vfs_timeval xf_vfs_timeval_t
xf_vfs_sys_types.h
xf_vfs_suseconds_t
long xf_vfs_suseconds_t
Definition
xf_vfs_sys_types.h:34
xf_vfs_time_t
unsigned long xf_vfs_time_t
Definition
xf_vfs_sys_types.h:33
components
xf_vfs
xf_vfs
src
xf_vfs_sys__timeval.h
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8