瀏覽代碼

cmStrStream.h : Added code comments.

master
kevin 11 年之前
父節點
當前提交
99ad71cddd
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      cmStrStream.h

+ 2
- 1
cmStrStream.h 查看文件

@@ -18,8 +18,9 @@ extern "C" {
18 18
   extern cmStrStreamH_t cmStrStreamNullHandle;
19 19
 
20 20
 
21
+  // If 'dfltBlkByteCnt' 'is set to 0 then the dfltBlkByteCnt is internally set to 4096.
21 22
   cmSsRC_t cmOStrStreamCreate( cmCtx_t* ctx, cmStrStreamH_t* hp, unsigned dfltBlkByteCnt );
22
-  cmSsRC_t cmOStrStreamDestroy(cmStrStreamH_t* hp );
23
+  cmSsRC_t cmOStrStreamDestroy( cmStrStreamH_t* hp );
23 24
 
24 25
   bool     cmOStrStreamIsValid( cmStrStreamH_t h );
25 26
 

Loading…
取消
儲存