Add (v)asprintf compatibility functions

In case they are not available on the platform.
This commit is contained in:
Romain Vimont
2021-11-24 19:55:00 +01:00
parent d6c0054545
commit d5f6697f3a
3 changed files with 46 additions and 0 deletions

View File

@@ -138,6 +138,8 @@ endif
check_functions = [
'strdup',
'asprintf',
'vasprintf',
]
foreach f : check_functions