Home
last modified time | relevance | path

Searched refs:c_char (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dprintk.rs3 use ::core::ffi::c_char;
101 printk_color(WHITE, BLACK, str_to_print.as_ptr() as *const c_char); in __write_string() constant
108 printk_color(fr_color, bk_color, str_to_print.as_ptr() as *const c_char); in __write_string_color() constant
/DragonOS-0.1.2/kernel/
Dcbindgen.toml246 # c_char -> CChar, etc.