⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classfs_prot.x

📁 A part of LFS.This is a server software.
💻 X
字号:
/* $Id: classfs_prot.x,v 1.2 2001/09/17 05:08:40 dm Exp $ *//* * This file was written by David Mazieres.  Its contents is * uncopyrighted and in the public domain.  Of course, standards of * academic honesty nonetheless prevent anyone in research from * falsely claiming credit for this work. */struct classfs_mount_arg {	opaque fh<64>;	string name<255>;};program CLASSFS_PROG {	version CLASSFS_VERS {		void 		CLASSFSPROC_NULL (void) = 0;		int		CLASSFSPROC_MOUNT (classfs_mount_arg) = 1;	} = 1;} = 354442;

⌨️ 快捷键说明

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