cramfs_fs_sb.h

来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef _CRAMFS_FS_SB#define _CRAMFS_FS_SB/* * cramfs super-block data in memory */struct cramfs_sb_info {			unsigned long magic;			unsigned long size;			unsigned long blocks;			unsigned long files;			unsigned long flags;};#endif

⌨️ 快捷键说明

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