commit | 93a518f02a8048fabd34c2f364e3ca9e42e4db06 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 24 11:25:33 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 11:36:12 2017 +0100 |
tree | cdaf0b700fc0a6bcc61f853fdd5ab90b7fab9ae8 | |
parent | 31dff9b1bde9263c331d197a24e485e89934cb9b [diff] |
MINOR: standard: Add memvprintf function Now memprintf relies on memvprintf. This new function does exactly what memprintf did before, but it must be called with a va_list instead of a variable number of arguments. So there is no change for every functions using memprintf. But it is now also possible to have same functionnality from any function with variadic arguments.