hijackjave 的 站内主页
2007
01-04
01-04
#include <dos.h>
#include <stdlib.h>
#include <stdio.h>
#define PORT 0
void SendFile(char *fname); /* 发送文件*/
void Send(int s); /*发送一个字节*/
void SendFileName(char *fname); /*发送文件名*/
vo....
Read More >