mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:13:43 +03:00
parent
7e8561e030
commit
f74afa40f8
3 changed files with 30 additions and 8 deletions
|
|
@ -42,6 +42,12 @@ Append a C string to the end of the buffer.
|
|||
|
||||
Append a `printf()`-style string to the end of the buffer.
|
||||
|
||||
## vaddf
|
||||
|
||||
CURLcode Curl_dyn_vaddf(struct dynbuf *s, const char *fmt, va_list ap);
|
||||
|
||||
Append a `vprintf()`-style string to the end of the buffer.
|
||||
|
||||
## reset
|
||||
|
||||
void Curl_dyn_reset(struct dynbuf *s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue