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

📄 dpi_service.h

📁 基于minigui的浏览器. 这是最新版本.
💻 H
字号:
/*! \file * \todo * This module should be removed because its original functions * have been removed or modified. * Put these functions in dpid.c */#ifndef DPI_SERVICE_H#define DPI_SERVICE_H#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include "dpid.h"char *Get_line(FILE *stream);char *get_dpi_dir(char *dpidrc);int send_service_list(int sock, struct dp *dpi_attr_list, int srv_num);#endif

⌨️ 快捷键说明

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