欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

ntpdc-layout.c

网络时间协议NTP 源码 版本v4.2.0b 该源码用于linux平台下
C
字号:
/* * 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#endifintmain(void){#include "nl.c"  return (EXIT_SUCCESS);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -