mount_util.h

来自「LINUX下读写NTFS分区的工具。 已经集成了通过LIBCONV库支持中文的」· C头文件 代码 · 共 20 行

H
20
字号
/*    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.*/#include <sys/types.h>int fuse_mnt_add_mount(const char *progname, const char *fsname,                       const char *mnt, const char *type, const char *opts);int fuse_mnt_umount(const char *progname, const char *mnt, int lazy);char *fuse_mnt_resolve_path(const char *progname, const char *orig);int fuse_mnt_check_fuseblk(void);int fusermount(int unmount, int quiet, int lazy, const char *opts, 	       const char *origmnt);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?