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

📄 config_stream.h

📁 实现了集群的实现 完成了资源负载平衡等问题
💻 H
字号:
/* *      Code to convert a stream input into a dynamic array *      that can be parsed as argc and argv. * *      Authors: Horms <horms@vergenet.net> * *      Released under the terms of the GNU GPL */#ifndef CONFIG_STREAM_FLIM#define CONFIG_STREAM_FLIM#include "dynamic_array.h"#define MAX_LINE_LENGTH 4096dynamic_array_t *config_stream_read(FILE * stream,				    const char *first_element);#endif

⌨️ 快捷键说明

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