PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
|
static |
Appends a formatted string to the current string buffer, using the format and argument list provided.
Returns -1 on error, check errno for reasons, documented in the printf man page.
Definition at line 204 of file stringbuffer.c.
References stringbuffer_t::capacity, stringbuffer_t::str_end, stringbuffer_t::str_start, and stringbuffer_makeroom().
Referenced by stringbuffer_aprintf().