classfs_prot.x
来自「A part of LFS.This is a server software.」· X 代码 · 共 25 行
X
25 行
/* $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 + =
减小字号Ctrl + -
显示快捷键?