sunraster.h
来自「改进的基于6个mips核的NOC网络」· C头文件 代码 · 共 15 行
H
15 行
/**************************************************************** * Purpose : Save final RGB image to disk using the * sunraster uncompressed format. * Author : Pierre Guerrier, March 1998, ported to * the minimips platform by * Mathijs Visser, November 2003. ****************************************************************/#ifndef SUNRASTER_H#define SUNRASTER_Hvoid RGB_save(char *file_name, unsigned char *FrameBuffer, int x_size, int y_size, int n_comp);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?