Searched defs:COLOR_ORANGE (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/include/export/ | ||
D | stdio.h | 14 #define COLOR_ORANGE 0x00ff8000 //橙 macro |
/DragonOS-0.1.8/kernel/src/libs/ | ||
D | printk.rs | 22 pub const COLOR_ORANGE: u32 = 0x00ff8000; constant |