mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04: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