📄 config_stream.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 + -