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

📄 edit.h

📁 linux 的引导程序源码The Microsoft&reg Windows&reg Software Development Kit (SDK) provides the documentation
💻 H
字号:
/* edit.h -- declarations for bitmap file parameter block editing *//*Copyright 1992-1998 Werner Almesberger.Copyright 1999-2002 John Coffman.All rights reserved.Licensed under the terms contained in the file 'COPYING' in the source directory.*/#ifndef EDIT_H#define EDIT_H#include "common.h"#include "bitmap.h"int get_std_headers(int fd,	BITMAPFILEHEADER *fh,	BITMAPHEADER *bmh,	BITMAPLILOHEADER *lh);int put_std_bmpfile(int fd, int ifd,	BITMAPFILEHEADER *fh,	BITMAPHEADER *bmh,	BITMAPLILOHEADER *lh);	void do_bitmap_edit(char *bitmap_file);	#endif

⌨️ 快捷键说明

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