📄 ebquery.h
字号:
/* ebquery.h - handle query and cookie then parse it */
/* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */
/*
modification history
--------------------
01a, 2006-01-13, newzy create
*/
#ifndef _INC_EBQUERY_H_
#define _INC_EBQUERY_H_
#include <ebfrm.h>
#include <ebenviron.h>
#ifdef __cplusplus
extern "C" {
#endif
/* externs */
extern int ebParseQuery(EB_BLOCK * pblk);
extern int ebParseCookie(EB_BLOCK * pblk);
#ifdef __cplusplus
}
#endif
#endif /* _INC_EBQUERY_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -