share.h
来自「socket5 代理服务代码 socket5 代理服务代码」· C头文件 代码 · 共 21 行
H
21 行
/* Copyright (c) 1996-1999 NEC USA, Inc. All rights reserved. *//* *//* The redistribution, use and modification in source or binary forms of *//* this software is subject to the conditions set forth in the copyright *//* document ("COPYRIGHT") included with this distribution. */#ifndef SHARE_H#define SHARE_H#define DONT_NEED_SIGBLOCK#define DONT_NEED_SIGPAUSE#define DONT_NEED_SIGUNBLOCK#define DONT_NEED_SIGPENDING#include "sigfix.h"extern struct hostent *LIBPREFIX(gethostbyname) P((const char *));extern int LIBPREFIX(close) P((S5IOHandle));extern int DataRelay P((S5IOHandle, S5IOInfo *, int));#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?