macro_rules! dtt_max { ($x:expr $(, $y:expr)*) => { ... }; }
This macro returns the maximum of the given values.