📄 hdr.h
字号:
#ifndef __HDR_H__#define __HDR_H__struct bmphdr { char signature[2]; int size; short reserved[2]; int offset; int hdr_size; int width; int height; short nr_planes; short bits_per_pixel; int compress_type; int data_size; int resol_hori; int resol_vert; int nr_colors; int important_color; char info[1024];};struct bmphdr *get_header(char filename[]);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -