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