filter.h
来自「hello everybody. good lucky to you」· C头文件 代码 · 共 20 行
H
20 行
/*
Filter.h
Copyright (c) 1989 Borland International, Inc.
All rights reserved.
*/
#if !defined(__FILTER__)
#define __FILTER__
#define PipeId "BI#PIP#OK"
#define PipeIdLen 10
typedef enum MsgType {
MsgNewFile,
MsgNewLine,
MsgEoFile = 0x007F,
} MsgType;
#endif /* __FILTER__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?