version.c

来自「开放源代码的WEB服务器」· C语言 代码 · 共 24 行

C
24
字号
/*** Copyright (c) 2002  Hughes Technologies Pty Ltd.  All rights** reserved.**** Terms under which this software may be used or copied are** provided in the  specific license associated with this product.**** Hughes Technologies disclaims all warranties with regard to this** software, including all implied warranties of merchantability and** fitness, in no event shall Hughes Technologies be liable for any** special, indirect or consequential damages or any damages whatsoever** resulting from loss of use, data or profits, whether in an action of** contract, negligence or other tortious action, arising out of or in** connection with the use or performance of this software.****** $Id: version.c,v 1.2 2002/11/25 02:15:51 bambi Exp $***/char    LIBHTTPD_VERSION[] =  "1.3",        LIBHTTPD_VENDOR[] =   "Hughes Technologies Pty Ltd";

⌨️ 快捷键说明

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