Home
last modified time | relevance | path

Searched defs:COLOR_YELLOW (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/include/
Dstdio.h15 #define COLOR_YELLOW 0x00ffff00 //黄 macro
/DragonOS-0.1.3/kernel/src/libs/
Dprintk.rs17 pub const COLOR_YELLOW: u32 = 0x00ffff00; constant