/contrib/ntp/ntpdc/ntpdc-layout.c
https://bitbucket.org/freebsd/freebsd-head/ · C · 21 lines · 13 code · 5 blank · 3 comment · 2 complexity · 81b24de59f73e0622f06317961a86666 MD5 · raw file
- /*
- * ntpdc-layout - print layout of NTP mode 7 request/response packets
- */
- #include <stdio.h>
- #include <stddef.h>
- #include "ntpdc.h"
- #include "ntp_stdlib.h"
- #if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
- #error Unexpected IMPL_XNTPD
- #endif
- int
- main(void)
- {
- #include "nl.c"
- return (EXIT_SUCCESS);
- }