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