NTIME_C.C
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:0k
源码类别:

操作系统开发

开发平台:

DOS

  1. #include <stdio.h>
  2. #include <rtos.h>
  3. #include <ntime.h>
  4. #include <net.h>
  5. main(int argc, char **argv )
  6. {
  7.     char *timehost = "129.97.128.100";
  8.     kdebug = 1;
  9.     rt_init( 100 );
  10.     sock_init();
  11.     nsettime(resolve( timehost ));
  12. }