Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ntp / ntpdc / ntpdc-layout.c
bloba8ab8f1847b16075296eefe7a33de9a8b468eeb0
1 /* $NetBSD$ */
3 /*
4 * ntpdc-layout - print layout of NTP mode 7 request/response packets
5 */
7 #include <stdio.h>
8 #include <stddef.h>
10 #include "ntpdc.h"
11 #include "ntp_stdlib.h"
13 #if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
14 #error Unexpected IMPL_XNTPD
15 #endif
17 int
18 main(void)
20 #include "nl.c"
22 return (EXIT_SUCCESS);