cmStrStream.h : Added code comments.
This commit is contained in:
parent
7e27581f78
commit
99ad71cddd
@ -18,6 +18,7 @@ extern "C" {
|
||||
extern cmStrStreamH_t cmStrStreamNullHandle;
|
||||
|
||||
|
||||
// If 'dfltBlkByteCnt' 'is set to 0 then the dfltBlkByteCnt is internally set to 4096.
|
||||
cmSsRC_t cmOStrStreamCreate( cmCtx_t* ctx, cmStrStreamH_t* hp, unsigned dfltBlkByteCnt );
|
||||
cmSsRC_t cmOStrStreamDestroy( cmStrStreamH_t* hp );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user