Jan Breuer
2014-09-17 eaf97cc4bd995ee99e3d4403289fce87df8fd76c
Update comments about non-null terminated strings

Update documentation of functions SCPI_ParamString and SCPI_ParamText. They return pointer to NON-NULL terminated string.
1个文件已修改
8 ■■■■ 已修改文件
libscpi/src/parser.c 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
libscpi/src/parser.c
@@ -546,8 +546,8 @@
/**
 * Parse string parameter
 * @param context
 * @param value
 * @param len
 * @param value Pointer to string buffer where pointer to non-null terminated string will be returned
 * @param len Length of returned non-null terminated string
 * @param mandatory
 * @return 
 */
@@ -577,8 +577,8 @@
/**
 * Parse text parameter (can be inside "")
 * @param context
 * @param value
 * @param len
 * @param value Pointer to string buffer where pointer to non-null terminated string will be returned
 * @param len Length of returned non-null terminated string
 * @param mandatory
 * @return 
 */