blob: a931d7c9191ea31ebd8a4d5a373cec47abe874d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Description:
vasprintf and asprintf with out-of-memory checking. Also see xalloc-die.
Notice:
If you are using GNU gettext version 0.16.1 or older, add the following options
to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format
Files:
lib/xvasprintf.h
lib/xvasprintf.c
lib/xasprintf.c
lib/xalloc.h
m4/xvasprintf.m4
Depends-on:
vasprintf
xalloc-die
xsize
stdarg
errno
configure.ac:
gl_XVASPRINTF
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_][XGETTEXT_OPTION([--flag=xasprintf:1:c-format])])
Makefile.am:
lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
Include:
"xvasprintf.h"
License:
GPL
Maintainer:
Oskar Liljeblad
|