Introduce xasprintf
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 6 Sep 2021 10:00:00 +0000 (10:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 9 Sep 2021 08:02:00 +0000 (08:02 +0000)
commit5df759af555e6ffc385ead7683bcbd059a698944
tree5c3311c124ee92c277248afec38a6533af9d789e
parente094270980f1ca8af86a64cee0dbb6f1df670619
Introduce xasprintf

Similar to other x* functions, xasprintf is like asprintf except that
it dies in case of an error.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
lib/ChangeLog
lib/Makefile.am
lib/libeu.h
lib/xasprintf.c [new file with mode: 0644]