mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-09 18:55:40 +08:00
210 B
210 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_avprintf() | mg_avprintf | func | int mg_avprintf(char **buf, size_t size, const char *fmt, va_list ap); |
Same as mg_asprintf, but takes varargs list.