-
Poul-Henning Kamp authored
For dynamic allocations use: VSB_new_auto() + VSB_destroy() For preexisting buffers use: VSB_init() + VSB_fini() VSB_new + VSB_delete are deprecated.
904659a1
For dynamic allocations use: VSB_new_auto() + VSB_destroy() For preexisting buffers use: VSB_init() + VSB_fini() VSB_new + VSB_delete are deprecated.