⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cgi.lst

📁 移植到51单片机的UIP代码
💻 LST
字号:
C51 COMPILER V8.08   CGI                                                                   05/07/2008 21:18:01 PAGE 1   


C51 COMPILER V8.08, COMPILATION OF MODULE CGI
OBJECT MODULE PLACED IN cgi.OBJ
COMPILER INVOKED BY: f:\Keil\C51\BIN\C51.EXE cgi.c LARGE BROWSE DEBUG OBJECTEXTEND

line level    source

   1          /**
   2           * \addtogroup httpd
   3           * @{
   4           */
   5          
   6          /**
   7           * \file
   8           * HTTP server script language C functions file.
   9           * \author Adam Dunkels <adam@dunkels.com>
  10           *
  11           * This file contains functions that are called by the web server
  12           * scripts. The functions takes one argument, and the return value is
  13           * interpreted as follows. A zero means that the function did not
  14           * complete and should be invoked for the next packet as well. A
  15           * non-zero value indicates that the function has completed and that
  16           * the web server should move along to the next script line.
  17           *
  18           */
  19          
  20          /*
  21           * Copyright (c) 2001, Adam Dunkels.
  22           * All rights reserved. 
  23           *
  24           * Redistribution and use in source and binary forms, with or without 
  25           * modification, are permitted provided that the following conditions 
  26           * are met: 
  27           * 1. Redistributions of source code must retain the above copyright 
  28           *    notice, this list of conditions and the following disclaimer. 
  29           * 2. Redistributions in binary form must reproduce the above copyright 
  30           *    notice, this list of conditions and the following disclaimer in the 
  31           *    documentation and/or other materials provided with the distribution. 
  32           * 3. The name of the author may not be used to endorse or promote
  33           *    products derived from this software without specific prior
  34           *    written permission.  
  35           *
  36           * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  37           * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  38           * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  39           * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  40           * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  41           * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  42           * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  43           * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  44           * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  45           * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  46           * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  
  47           *
  48           * This file is part of the uIP TCP/IP stack.
  49           *
  50           * $Id: cgi.c,v 1.23.2.4 2003/10/07 13:22:27 adam Exp $
  51           *
  52           */
  53          
  54          /*       赏屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯屯突
  55                   

⌨️ 快捷键说明

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