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

📄 fslib.h

📁 Minix3.11的源码。[MINIX 3是一个为高可靠性应用而设计的自由且简洁的类UNIX系统。]
💻 H
字号:
/* V1 and V2 file system disk to/from memory support functions. */_PROTOTYPE( int bitmapsize, (bit_t _nr_bits, int block_size)				);_PROTOTYPE( unsigned conv2, (int _norm, int _w)				);_PROTOTYPE( long conv4, (int _norm, long _x)				);_PROTOTYPE( void conv_inode, (struct inode *_rip, d1_inode *_dip,			     d2_inode *_dip2, int _rw_flag, int _magic)	);_PROTOTYPE( void old_icopy, (struct inode *_rip, d1_inode *_dip,					      int _direction, int _norm));_PROTOTYPE( void new_icopy, (struct inode *_rip, d2_inode *_dip,					      int _direction, int _norm));

⌨️ 快捷键说明

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