Add xsnprintf() and remove some unnecessary strlen(3) calls

This commit is contained in:
Craig Barnes 2021-01-14 21:30:06 +00:00 committed by Daniel Eklöf
parent acb3f1cd10
commit d2c00d73ec
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 86 additions and 36 deletions

View file

@ -112,6 +112,7 @@ misc = static_library(
'misc.c', 'misc.h',
'uri.c', 'uri.h',
'xmalloc.c', 'xmalloc.h',
'xsnprintf.c', 'xsnprintf.h',
)
vtlib = static_library(