⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hlink.h

📁 this is very good for teacher
💻 H
字号:
#ifndef _HLINK_H_#define _HLINK_H_#include <stdio.h>#include <list.h>#include <uri.h>struct hlink{	struct list_head list;	struct uri uri;};#ifdef __cplusplusextern "C"{#endifint hlink_detect(struct list_head *head, FILE *page_file,				 const struct uri *page_uri,				 int (*filter)(const struct uri *, void *), void *context);void hlink_destroy(struct list_head *head);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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