?? mount_util.h
字號:
/* 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_empty(const char *progname, const char *mnt, mode_t rootmode, off_t rootsize);int fuse_mnt_check_fuseblk(void);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -