1 2 3 4 5
#![forbid(unsafe_code)] fn main() -> std::io::Result<std::process::ExitCode> { ntpd::ctl_main() }