虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 其他 > * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

* TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

  • 资源大小:1702 K
  • 上传时间: 2014-01-15
  • 上传用户:angela5683
  • 资源积分:2 下载积分
  • 标      签: compatible borland compile visiual

资 源 简 介

* TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERSION)

相 关 资 源

您 可 能 感 兴 趣 的