Home
last modified time | relevance | path

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

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