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

📄 cgiparse.h

📁 通过网络刷新flash的工具源代码.linux下使用的
💻 H
字号:
#ifndef CGIPARSE_H#define CGIPARSE_H#include <stdlib.h>typedef void output_buffer_function(const char *name, const char *content_type, const char *buf, size_t len, off_t pos);/** * Extracts a sections from multipart mime data on stdin. * * Outputs to the writer. */int cgi_extract_sections(output_buffer_function *writer);#endif

⌨️ 快捷键说明

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