diff options
author | Bruno Haible <bruno@clisp.org> | 2004-09-08 12:15:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2004-09-08 12:15:25 +0000 |
commit | 0f2c51f68bf088cd445a9625d19ed5d381aa0f80 (patch) | |
tree | c10ebd7a8954991f11d3cdc03c2974bf81f95161 /modules | |
parent | 372b0b04326df8b7220d89c0ebe93b58befacf2b (diff) | |
download | gnulib-0f2c51f68bf088cd445a9625d19ed5d381aa0f80.tar.gz |
New module 'xvasprintf'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xvasprintf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/xvasprintf b/modules/xvasprintf new file mode 100644 index 0000000000..25240952c5 --- /dev/null +++ b/modules/xvasprintf @@ -0,0 +1,21 @@ +Description: +vasprintf and asprintf with out-of-memory checking. Also see xalloc-die. + +Files: +lib/xvasprintf.h +lib/xvasprintf.c +lib/xasprintf.c + +Depends-on: +vasprintf + +configure.ac: + +Makefile.am: +lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c + +Include: +"xvasprintf.h" + +Maintainer: +Oskar Liljeblad |