ss_sbm.h
来自「harvest是一个下载html网页得机器人」· C头文件 代码 · 共 24 行
H
24 行
/* * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis * All rights reserved. The file named COPYRIGHT specifies the terms * and conditions for redistribution. */#ifndef SS_SBM_H#define SS_SBM_H/* * ss_sbm.h,v 1.1.1.1 1994/04/26 19:08:12 hardy Exp */typedef int last_int ; /* must be signed */struct sbm_header{ last_int *last_occurrence ;} ;#endif /* SS_SBM_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?