filt.h

来自「ftam等标准协议服务器和客户端的源代码。」· C头文件 代码 · 共 25 行

H
25
字号
/* * $Header: /xtel/isode/isode/others/quipu/uips/pod/RCS/filt.h,v 9.0 1992/06/16 12:44:54 isode Rel $ */#ifndef FILT#define FILTtypedef struct stroid_list {  int fi_type;  char *stroid;  char *name;} filt_item;typedef struct filter_struct {  int flt_type;  union pod_ftype {    filt_item item;    struct filter_struct *sub_filt;  } fu_cont;  struct filter_struct *next;} filt_struct;#endif 

⌨️ 快捷键说明

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