nvparse.h
来自「使用stl技术,(还没看,是听说的)」· C头文件 代码 · 共 23 行
H
23 行
#ifndef NVPARSE_H
#define NVPARSE_H
#define NVPARSE 1
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
void nvparse(const char * input_string, int argc = 0,...);
char * const * const nvparse_get_errors();
char * const * const nvparse_print_errors(FILE *fp);
const int* nvparse_get_info(const char* input_string, int* pcount);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?