mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
xmalloc: export xvasprintf()
This commit is contained in:
parent
cda55d7de4
commit
7af475098b
2 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ xvasprintf_(char **strp, const char *format, va_list ap)
|
|||
return vsnprintf(*strp, n + 1, format, ap);
|
||||
}
|
||||
|
||||
static VPRINTF(1) char *
|
||||
char *
|
||||
xvasprintf(const char *format, va_list ap)
|
||||
{
|
||||
char *str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue