![]() |
Fun 0.41.5
The programming language that makes you have fun!
|
Simple growable buffer for libcurl write callbacks. More...
Data Fields | |
| char * | d |
| size_t | n |
Simple growable buffer for libcurl write callbacks.
The buffer grows via realloc as more data arrives. The content is kept NUL-terminated for convenience.