📄 km.h
字号:
/************************************************************************//* *//* km.h *//* *//* Definitions and functions used in km.c *//* *//* Author: Shi Zhi-wei *//* Date: 04.05.05 *//* *//* Copyright (c) 2005 Shi Zhi-wei - All rights reserved *//* *//* This software is available for non-commercial use only. It must *//* not be modified and distributed without prior permission of the *//* author. The author is not responsible for implications from the *//* use of this software. *//* *//************************************************************************/#ifndef __KM_H
#define __KM_H
#define MAXBUFSIZE 4096
int DoQuery( char* pszMessage);
int GenerateRules( char* pszKeywords );
int ReadQuery( char *pszFileName, char* pszKeywords);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -