Searched defs:COLOR_INDIGO (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.5/user/libs/libc/src/include/export/ | ||
D | stdio.h | 18 #define COLOR_INDIGO 0x0000ffff //靛 macro |
/DragonOS-0.1.5/kernel/src/libs/ | ||
D | printk.rs | 23 pub const COLOR_INDIGO: u32 = 0x0000ffff; constant |