palette.h

来自「《Linux程序设计权威指南》源代码」· C头文件 代码 · 共 28 行

H
28
字号
/*###### This file is part of######                        Unicon Project######                 Copyright (C) 1999 TurboLinux, Inc. ###                        All Rights Reserved### Distributed under the terms of the GNU General Public License (GPL)###*/#define    __initdataunsigned char image_red[] __initdata = {#include "./pics/image.red"};unsigned char image_green[] __initdata = {#include "./pics/image.grn"};unsigned char image_blue[] __initdata = {#include "./pics/image.blu"};

⌨️ 快捷键说明

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