File: ntp-ctl.rs

package info (click to toggle)
rust-ntpd 1.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,900 kB
  • sloc: sh: 57; makefile: 34
file content (5 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#![forbid(unsafe_code)]

fn main() -> std::io::Result<std::process::ExitCode> {
    ntpd::ctl_main()
}