readme,v

来自「《unix网络编程第二卷》中的源代码」· 代码 · 共 40 行

TXT
40
字号
head     1.1;branch   ;access   ;symbols  ;locks    ;comment  @# @;1.1date     94.01.17.14.59.32;  author rstevens;  state Exp;branches ;next     ;desc@@1.1log@08Dec93 version for tcpipi@text@	The source files in this directory are all copyrighted (c) 1993 byW. Richard Stevens.  	This source files in this directory assume tab stops every 4 positions,not every 8 (the default).  Just ":set tabstop=4" in vi, for example.	If your system doesn't define the POSIX.1 ssize_t data type, thendelete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".	If your system's <stdlib.h> doesn't define the variables for getopt(),then delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".	If your system doesn't support send() and recv() (e.g., OSF/1) thendelete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".@

⌨️ 快捷键说明

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