diff options
| author | David Lutterkort <lutter@redhat.com> | 2009-02-21 11:08:37 +0100 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-02-21 11:08:37 +0100 |
| commit | 032310a69161066be953842f2dc69efae2f745a1 (patch) | |
| tree | dcd1cbd9504549c5fbf854af0a6b1a7b2db58977 /modules/safe-alloc | |
| parent | cdfa6894da381779a52b2dba143d34dce0307f06 (diff) | |
| download | gnulib-032310a69161066be953842f2dc69efae2f745a1.tar.gz | |
New module 'safe-alloc'.
Diffstat (limited to 'modules/safe-alloc')
| -rw-r--r-- | modules/safe-alloc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/safe-alloc b/modules/safe-alloc new file mode 100644 index 0000000000..bffbecc478 --- /dev/null +++ b/modules/safe-alloc @@ -0,0 +1,21 @@ +Description: +A set of macros to make calls to alloc/calloc/realloc safer. + +Files: +lib/safe-alloc.h +lib/safe-alloc.c +m4/safe-alloc.m4 + +configure.ac: +gl_SAFE_ALLOC + +Makefile.am: + +Include: +"safe-alloc.h" + +License: +LGPLv2+ + +Maintainer: +David Lutterkort |
