ec_growbuf_io_cur_chunk
Last updated March 2020
Name
ec_growbuf_io_cur_chunk — Return a pointer to the current growbuf chunk and its length
Synopsis
#include "ec_growbuf.h"
| int **ec_growbuf_io_cur_chunk** (
| io, | |
| | outbuf)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
Return a pointer to the current growbuf chunk and its length.
- io
-
the io_object corresponding to the growbuf string
- outbuf
-
filled in with a pointer to the current chunk or NULL if there is none
Returns the length of the current chunk
Was this page helpful?