ss_kmp.h

来自「harvest是一个下载html网页得机器人」· C头文件 代码 · 共 23 行

H
23
字号
/* * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis * All rights reserved.  The file named COPYRIGHT specifies the terms  * and conditions for redistribution. */#ifndef SS_KMP_H#define SS_KMP_H/* * ss_kmp.h,v 1.1.1.1 1994/04/26 19:08:11 hardy Exp */typedef int next_int ;			/* must be signed */struct kmp_header{	next_int *next ;} ;#endif	/* SS_KMP_H */

⌨️ 快捷键说明

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