cgiparse.h
来自「通过网络刷新flash的工具源代码.linux下使用的」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?