Linux嵌入式NTP 2017-8-15 11:24 | 315 | 0 | Linux 729 字 | 5 分钟 /* ntp.c */ #include <sys/socket.h> #include <sys/wait.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h&…