提交 42b64aa5 编写于 作者: Z zhihaop 提交者: zhihaop

docs: add docs to taosArrayInit() in tarray.h

上级 3796482c
...@@ -36,10 +36,10 @@ typedef struct SArray { ...@@ -36,10 +36,10 @@ typedef struct SArray {
} SArray; } SArray;
/** /**
* * Initializes a heap-allocated array with `size` elements, the size of element is `elemSize`.
* @param size * @param size the number of element.
* @param elemSize * @param elemSize the size of element.
* @return * @return the pointer points to the array.
*/ */
void* taosArrayInit(size_t size, size_t elemSize); void* taosArrayInit(size_t size, size_t elemSize);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册