dandibase.h

来自「FTP多线程下载客户端 在linux下解压」· C头文件 代码 · 共 30 行

H
30
字号
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/errno.h>
#include <stdarg.h>
//#include <tidy.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/time.h>
#include <math.h>#include <string.h>//#include "DownFromFTP.h"//#include "DownFromHTTP.h"
#ifndef GENFUNC_H
#include"GenFunc.h"
#define GENFUNC_H
#endif
extern void DandiHelp();
extern void ClearBuf(char *buf);
extern int FindLength(char *buf);
extern int GetLengthFtp(char *buf);
extern int GetPortFtp(char *buf);
//the following function parse the url and interact with server for some information like fle length etc.
extern int GetInfo(char *arg,char *refer);

⌨️ 快捷键说明

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