📄 section.h
字号:
#ifndef __SECTION_H__#define __SECTION_H__#include <stdio.h>#define u8 unsigned char#define u16 unsigned short#define u32 unsigned int#define PACKED __attribute((packed))u32 getBits (const u8 *buf, int startbit, int bitlen);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -