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