📄 hteptocl.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -