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