📄 nvparse.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -