fuse_lowlevel_compat.h
来自「LINUX下读写NTFS分区的工具。 已经集成了通过LIBCONV库支持中文的」· C头文件 代码 · 共 17 行
H
17 行
/* FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB.*//* these definitions provide source compatibility to prior versions. Do not include this file directly! */size_t fuse_dirent_size(size_t namelen);char *fuse_add_dirent(char *buf, const char *name, const struct stat *stbuf, off_t off);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?