hteptocl.c

来自「www工具包」· C语言 代码 · 共 27 行

C
27
字号
/*								 HTEpToClient.c**	EXTERNAL PARSE TO CLIENT****	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.**	@(#) $Id: HTEPtoCl.c,v 2.8 1998/05/04 19:36:26 frystyk Exp $****	This module contains the interface between the **      the XParse module and the client. The dummy function is**      only here so that clients that use the XParse module**      can overWrite it.**** History:**  	19 Sep 94	Written by Hakon W Lie, howcome@w3.org**      5  Dec 95       howcome changed name from Ext to X*//* Library include files */#include "wwwsys.h"#include "HTUtils.h"#include "HTStream.h"PUBLIC void HTCallClient (HTStream * me){    return;}

⌨️ 快捷键说明

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