XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_vfs_sys_unistd.h
浏览该文件的文档.
1
12#ifndef __XF_VFS_SYS_UNISTD_H__
13#define __XF_VFS_SYS_UNISTD_H__
14
15/* ==================== [Includes] ========================================== */
16
18
19#include "xf_utils.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* ==================== [Defines] =========================================== */
26
32#define XF_VFS_F_OK 0
33#define XF_VFS_R_OK 4
34#define XF_VFS_W_OK 2
35#define XF_VFS_X_OK 1
46#define XF_VFS_SEEK_SET 0
47#define XF_VFS_SEEK_CUR 1
48#define XF_VFS_SEEK_END 2
54/* ==================== [Typedefs] ========================================== */
55
56/* ==================== [Global Prototypes] ================================= */
57
58/* ==================== [Macros] ============================================ */
59
60#ifdef __cplusplus
61} /* extern "C" */
62#endif
63
64#endif // __XF_VFS_SYS_UNISTD_H__
xf_vfs 模块内部配置总头文件。 确保 xf_vfs_config.h 的所有定义都有默认值。