Jan Breuer
2012-12-04 2ecafa09c47312ea3174d028961a3de9d9fbc9da
Add missing function prototype - SCPI_ParamText
1个文件已修改
1 ■■■■ 已修改文件
scpi/scpi_parser.h 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
scpi/scpi_parser.h
@@ -58,6 +58,7 @@
    bool_t SCPI_ParamInt(scpi_t * context, int32_t * value, bool_t mandatory);
    bool_t SCPI_ParamDouble(scpi_t * context, double * value, bool_t mandatory);
    bool_t SCPI_ParamString(scpi_t * context, char ** value, size_t * len, bool_t mandatory);
    bool_t SCPI_ParamText(scpi_t * context, char ** value, size_t * len, bool_t mandatory);
#ifdef    __cplusplus