macro_rules! valgrind_println { ($($arg:tt)*) => { ... }; }
Available on crate feature
client_requests_defs
only.Expand description
Allow prints to valgrind log ending with a newline
See also crate::valgrind_printf
macro_rules! valgrind_println { ($($arg:tt)*) => { ... }; }
client_requests_defs
only.Allow prints to valgrind log ending with a newline
See also crate::valgrind_printf