Add module descriptions.
[gnulib.git] / modules / xalloc
1 Description:
2 Memory allocation with out-of-memory checking.
3
4 Files:
5 lib/xalloc.h
6 lib/xmalloc.c
7 lib/xstrdup.c
8 m4/xalloc.m4
9
10 Depends-on:
11 malloc
12 realloc
13 error
14 gettext
15
16 configure.ac:
17 gl_XALLOC
18
19 Makefile.am:
20 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
21
22 Include:
23 "xalloc.h"
24