kernel
macro_rules! warn { ($string:expr) => { ... }; ($format_string:expr, $($arg:tt)*) => { ... }; }
Prints a warning, with newline.